Class: TencentCloud::Billing::V20180709::BudgetPlan
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Billing::V20180709::BudgetPlan
- Defined in:
- lib/v20180709/models.rb
Overview
预算计算复杂数据类型
Instance Attribute Summary collapse
-
#DateDesc ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Quota ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(datedesc = nil, quota = nil) ⇒ BudgetPlan
constructor
A new instance of BudgetPlan.
Constructor Details
#initialize(datedesc = nil, quota = nil) ⇒ BudgetPlan
Returns a new instance of BudgetPlan.
3636 3637 3638 3639 |
# File 'lib/v20180709/models.rb', line 3636 def initialize(datedesc=nil, quota=nil) @DateDesc = datedesc @Quota = quota end |
Instance Attribute Details
#DateDesc ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
3634 3635 3636 |
# File 'lib/v20180709/models.rb', line 3634 def DateDesc @DateDesc end |
#Quota ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
3634 3635 3636 |
# File 'lib/v20180709/models.rb', line 3634 def Quota @Quota end |
Instance Method Details
#deserialize(params) ⇒ Object
3641 3642 3643 3644 |
# File 'lib/v20180709/models.rb', line 3641 def deserialize(params) @DateDesc = params['DateDesc'] @Quota = params['Quota'] end |