Class ProfileCollection
The set of registration profiles returned for the {@link #listProfiles(ListProfilesRequest) listProfiles} operation.
Inherited Members
Namespace: Oci.OsmanagementhubService.Models
Assembly: OCI.DotNetSDK.Osmanagementhub.dll
Syntax
public class ProfileCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<ProfileSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<ProfileSummary> | List of registration profiles. |
Remarks
Required