Class OccmDemandSignalDeliveryCollection
A list containing detailed delivery information about different resource demanded as part of the demand signal.
Inherited Members
Namespace: Oci.CapacitymanagementService.Models
Assembly: OCI.DotNetSDK.Capacitymanagement.dll
Syntax
public class OccmDemandSignalDeliveryCollectionProperties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<OccmDemandSignalDeliverySummary> Items { get; set; }Property Value
| Type | Description | 
|---|---|
| List<OccmDemandSignalDeliverySummary> | An array of items containing detailed information about demand signal delivery resources. | 
Remarks
Required