OccDemandSignalData¶
-
class
oci.demand_signal.models.
OccDemandSignalData
(**kwargs)¶ Bases:
object
The Data Object For Demand Signal.
Methods
__init__
(**kwargs)Initializes a new OccDemandSignalData object with values from keyword arguments. Attributes
resource_type
[Required] Gets the resource_type of this OccDemandSignalData. units
[Required] Gets the units of this OccDemandSignalData. values
[Required] Gets the values of this OccDemandSignalData. -
__init__
(**kwargs)¶ Initializes a new OccDemandSignalData object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - resource_type (str) – The value to assign to the resource_type property of this OccDemandSignalData.
- units (str) – The value to assign to the units property of this OccDemandSignalData.
- values (list[oci.demand_signal.models.OccDemandSignalValue]) – The value to assign to the values property of this OccDemandSignalData.
-
resource_type
¶ [Required] Gets the resource_type of this OccDemandSignalData. The name of the resource for the data.
Returns: The resource_type of this OccDemandSignalData. Return type: str
-
units
¶ [Required] Gets the units of this OccDemandSignalData. The units of the data.
Returns: The units of this OccDemandSignalData. Return type: str
-
values
¶ [Required] Gets the values of this OccDemandSignalData. The values of forecast.
Returns: The values of this OccDemandSignalData. Return type: list[oci.demand_signal.models.OccDemandSignalValue]
-