Class OccDemandSignalCollection
Results of a occDemandSignal search. Contains both OccDemandSignalSummary items and other information, such as metadata.
Inherited Members
Namespace: Oci.DemandsignalService.Models
Assembly: OCI.DotNetSDK.Demandsignal.dll
Syntax
public class OccDemandSignalCollectionProperties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<OccDemandSignalSummary> Items { get; set; }Property Value
| Type | Description | 
|---|---|
| List<OccDemandSignalSummary> | List of occDemandSignals. | 
Remarks
Required