Show / Hide Table of Contents

Class OccDemandSignalCollection

Results of a occDemandSignal search. Contains both OccDemandSignalSummary items and other information, such as metadata.

Inheritance
object
OccDemandSignalCollection
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DemandsignalService.Models
Assembly: OCI.DotNetSDK.Demandsignal.dll
Syntax
public class OccDemandSignalCollection

Properties

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

In this article
Back to top