OccDemandSignalValue¶
- 
class oci.demand_signal.models.OccDemandSignalValue(**kwargs)¶
- Bases: - object- The Value of Demand Signal for particular month. - Methods - __init__(**kwargs)- Initializes a new OccDemandSignalValue object with values from keyword arguments. - Attributes - comments- Gets the comments of this OccDemandSignalValue. - time_expected- [Required] Gets the time_expected of this OccDemandSignalValue. - value- [Required] Gets the value of this OccDemandSignalValue. - 
__init__(**kwargs)¶
- Initializes a new OccDemandSignalValue object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - time_expected (datetime) – The value to assign to the time_expected property of this OccDemandSignalValue.
- value (float) – The value to assign to the value property of this OccDemandSignalValue.
- comments (str) – The value to assign to the comments property of this OccDemandSignalValue.
 
 - 
comments¶
- Gets the comments of this OccDemandSignalValue. Space provided for users to make comments regarding the value. - Returns: - The comments of this OccDemandSignalValue. - Return type: - str 
 - 
time_expected¶
- [Required] Gets the time_expected of this OccDemandSignalValue. The date of the Demand Signal Value. - Returns: - The time_expected of this OccDemandSignalValue. - Return type: - datetime 
 - 
value¶
- [Required] Gets the value of this OccDemandSignalValue. The Demand Signal Value. - Returns: - The value of this OccDemandSignalValue. - Return type: - float 
 
-