Class OccmDemandSignalResourcePropertyConstraintsCollection
A list containing detailed information about a resource's property constraints.
Inherited Members
Namespace: Oci.CapacitymanagementService.Models
Assembly: OCI.DotNetSDK.Capacitymanagement.dll
Syntax
public class OccmDemandSignalResourcePropertyConstraintsCollectionProperties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<OccmDemandSignalResourcePropertyConstraintsSummary> Items { get; set; }Property Value
| Type | Description | 
|---|---|
| List<OccmDemandSignalResourcePropertyConstraintsSummary> | An array of items containing detailed information about a resource's property dependecies. | 
Remarks
Required