Class: TencentCloud::Billing::V20180709::BudgetInfoDiffEntity
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Billing::V20180709::BudgetInfoDiffEntity
- Defined in:
- lib/v20180709/models.rb
Overview
记录预算项目相关字段的变更信息
Instance Attribute Summary collapse
-
#After ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Before ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Property ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(property = nil, before = nil, after = nil) ⇒ BudgetInfoDiffEntity
constructor
A new instance of BudgetInfoDiffEntity.
Constructor Details
#initialize(property = nil, before = nil, after = nil) ⇒ BudgetInfoDiffEntity
Returns a new instance of BudgetInfoDiffEntity.
3549 3550 3551 3552 3553 |
# File 'lib/v20180709/models.rb', line 3549 def initialize(property=nil, before=nil, after=nil) @Property = property @Before = before @After = after end |
Instance Attribute Details
#After ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
3547 3548 3549 |
# File 'lib/v20180709/models.rb', line 3547 def After @After end |
#Before ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
3547 3548 3549 |
# File 'lib/v20180709/models.rb', line 3547 def Before @Before end |
#Property ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
3547 3548 3549 |
# File 'lib/v20180709/models.rb', line 3547 def Property @Property end |
Instance Method Details
#deserialize(params) ⇒ Object
3555 3556 3557 3558 3559 |
# File 'lib/v20180709/models.rb', line 3555 def deserialize(params) @Property = params['Property'] @Before = params['Before'] @After = params['After'] end |