Class: TencentCloud::Billing::V20180709::DescribeAllocationTrendByMonthRequest

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

Overview

DescribeAllocationTrendByMonth请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(month = nil, treenodeuniqkey = nil, businesscode = nil) ⇒ DescribeAllocationTrendByMonthRequest



6882
6883
6884
6885
6886
# File 'lib/v20180709/models.rb', line 6882

def initialize(month=nil, treenodeuniqkey=nil, businesscode=nil)
  @Month = month
  @TreeNodeUniqKey = treenodeuniqkey
  @BusinessCode = businesscode
end

Instance Attribute Details

#BusinessCodeObject



6880
6881
6882
# File 'lib/v20180709/models.rb', line 6880

def BusinessCode
  @BusinessCode
end

#MonthObject



6880
6881
6882
# File 'lib/v20180709/models.rb', line 6880

def Month
  @Month
end

#TreeNodeUniqKeyObject



6880
6881
6882
# File 'lib/v20180709/models.rb', line 6880

def TreeNodeUniqKey
  @TreeNodeUniqKey
end

Instance Method Details

#deserialize(params) ⇒ Object



6888
6889
6890
6891
6892
# File 'lib/v20180709/models.rb', line 6888

def deserialize(params)
  @Month = params['Month']
  @TreeNodeUniqKey = params['TreeNodeUniqKey']
  @BusinessCode = params['BusinessCode']
end