Class ProfileCollection
A list of profiles that match filter criteria, if any. Results contain ProfileSummary
objects.
Inherited Members
Namespace: Oci.OptimizerService.Models
Assembly: OCI.DotNetSDK.Optimizer.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> | A collection of profile summaries. |
Remarks
Required