Show / Hide Table of Contents

Class ProfileLevelCollection

A list of profile levels that match the filter criteria, if any. The result contains ProfileLevelSummary objects.

Inheritance
object
ProfileLevelCollection
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top