Class: TencentCloud::Billing::V20180709::BudgetInfoDiffEntity

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20180709/models.rb

Overview

记录预算项目相关字段的变更信息

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#AfterObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Property:

    变更属性

  • Before:

    变更前内容

  • After:

    变更后内容



3547
3548
3549
# File 'lib/v20180709/models.rb', line 3547

def After
  @After
end

#BeforeObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Property:

    变更属性

  • Before:

    变更前内容

  • After:

    变更后内容



3547
3548
3549
# File 'lib/v20180709/models.rb', line 3547

def Before
  @Before
end

#PropertyObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Property:

    变更属性

  • Before:

    变更前内容

  • After:

    变更后内容



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