Show / Hide Table of Contents

Class ModuleStreamProfileCollection

The set of module stream profiles returned for the {@link #listModuleStreamProfiles(ListModuleStreamProfilesRequest) listModuleStreamProfiles} operation.

Inheritance
object
ModuleStreamProfileCollection
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.OsmanagementhubService.Models
Assembly: OCI.DotNetSDK.Osmanagementhub.dll
Syntax
public class ModuleStreamProfileCollection

Properties

Items

Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<ModuleStreamProfileSummary> Items { get; set; }
Property Value
Type Description
List<ModuleStreamProfileSummary>

List of module stream profiles.

Remarks

Required

In this article
Back to top