Class ProfileLevelCollection
A list of profile levels that match the filter criteria, if any. The result contains ProfileLevelSummary
objects.
Inherited Members
Namespace: Oci.OptimizerService.Models
Assembly: OCI.DotNetSDK.Optimizer.dll
Syntax
public class ProfileLevelCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<ProfileLevelSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<ProfileLevelSummary> | A collection of profile levels. |
Remarks
Required