Class: TencentCloud::Billing::V20180709::BudgetRemindRecords
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Billing::V20180709::BudgetRemindRecords
- Defined in:
- lib/v20180709/models.rb
Overview
预算历史详情
Instance Attribute Summary collapse
-
#AlarmType ⇒ Object
枚举值: BUDGET 预算提醒, WAVE 波动提醒.
-
#BudgetQuota ⇒ Object
枚举值: BUDGET 预算提醒, WAVE 波动提醒.
-
#CreateTime ⇒ Object
枚举值: BUDGET 预算提醒, WAVE 波动提醒.
-
#DateDesc ⇒ Object
枚举值: BUDGET 预算提醒, WAVE 波动提醒.
-
#MessageContent ⇒ Object
枚举值: BUDGET 预算提醒, WAVE 波动提醒.
-
#RealCost ⇒ Object
枚举值: BUDGET 预算提醒, WAVE 波动提醒.
-
#SendTime ⇒ Object
枚举值: BUDGET 预算提醒, WAVE 波动提醒.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(datedesc = nil, realcost = nil, budgetquota = nil, alarmtype = nil, messagecontent = nil, sendtime = nil, createtime = nil) ⇒ BudgetRemindRecords
constructor
A new instance of BudgetRemindRecords.
Constructor Details
#initialize(datedesc = nil, realcost = nil, budgetquota = nil, alarmtype = nil, messagecontent = nil, sendtime = nil, createtime = nil) ⇒ BudgetRemindRecords
Returns a new instance of BudgetRemindRecords.
3749 3750 3751 3752 3753 3754 3755 3756 3757 |
# File 'lib/v20180709/models.rb', line 3749 def initialize(datedesc=nil, realcost=nil, budgetquota=nil, alarmtype=nil, =nil, sendtime=nil, createtime=nil) @DateDesc = datedesc @RealCost = realcost @BudgetQuota = budgetquota @AlarmType = alarmtype @MessageContent = @SendTime = sendtime @CreateTime = createtime end |
Instance Attribute Details
#AlarmType ⇒ Object
枚举值: BUDGET 预算提醒, WAVE 波动提醒. 注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
3747 3748 3749 |
# File 'lib/v20180709/models.rb', line 3747 def AlarmType @AlarmType end |
#BudgetQuota ⇒ Object
枚举值: BUDGET 预算提醒, WAVE 波动提醒. 注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
3747 3748 3749 |
# File 'lib/v20180709/models.rb', line 3747 def BudgetQuota @BudgetQuota end |
#CreateTime ⇒ Object
枚举值: BUDGET 预算提醒, WAVE 波动提醒. 注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
3747 3748 3749 |
# File 'lib/v20180709/models.rb', line 3747 def CreateTime @CreateTime end |
#DateDesc ⇒ Object
枚举值: BUDGET 预算提醒, WAVE 波动提醒. 注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
3747 3748 3749 |
# File 'lib/v20180709/models.rb', line 3747 def DateDesc @DateDesc end |
#MessageContent ⇒ Object
枚举值: BUDGET 预算提醒, WAVE 波动提醒. 注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
3747 3748 3749 |
# File 'lib/v20180709/models.rb', line 3747 def MessageContent @MessageContent end |
#RealCost ⇒ Object
枚举值: BUDGET 预算提醒, WAVE 波动提醒. 注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
3747 3748 3749 |
# File 'lib/v20180709/models.rb', line 3747 def RealCost @RealCost end |
#SendTime ⇒ Object
枚举值: BUDGET 预算提醒, WAVE 波动提醒. 注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
3747 3748 3749 |
# File 'lib/v20180709/models.rb', line 3747 def SendTime @SendTime end |
Instance Method Details
#deserialize(params) ⇒ Object
3759 3760 3761 3762 3763 3764 3765 3766 3767 |
# File 'lib/v20180709/models.rb', line 3759 def deserialize(params) @DateDesc = params['DateDesc'] @RealCost = params['RealCost'] @BudgetQuota = params['BudgetQuota'] @AlarmType = params['AlarmType'] @MessageContent = params['MessageContent'] @SendTime = params['SendTime'] @CreateTime = params['CreateTime'] end |