Class OccDemandSignalData
The Data Object For Demand Signal.
Inherited Members
Namespace: Oci.DemandsignalService.Models
Assembly: OCI.DotNetSDK.Demandsignal.dll
Syntax
public class OccDemandSignalDataProperties
ResourceType
Declaration
[Required(ErrorMessage = "ResourceType is required.")]
[JsonProperty(PropertyName = "resourceType")]
public string ResourceType { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The name of the resource for the data. | 
Remarks
Required
Units
Declaration
[Required(ErrorMessage = "Units is required.")]
[JsonProperty(PropertyName = "units")]
public string Units { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The units of the data. | 
Remarks
Required
Values
Declaration
[Required(ErrorMessage = "Values is required.")]
[JsonProperty(PropertyName = "values")]
public List<OccDemandSignalValue> Values { get; set; }Property Value
| Type | Description | 
|---|---|
| List<OccDemandSignalValue> | The values of forecast. | 
Remarks
Required