Class: TencentCloud::Billing::V20180709::DescribeAllocationTrendByMonthRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Billing::V20180709::DescribeAllocationTrendByMonthRequest
- Defined in:
- lib/v20180709/models.rb
Overview
DescribeAllocationTrendByMonth请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(month = nil, treenodeuniqkey = nil, businesscode = nil) ⇒ DescribeAllocationTrendByMonthRequest
constructor
A new instance of DescribeAllocationTrendByMonthRequest.
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
#BusinessCode ⇒ Object
6880 6881 6882 |
# File 'lib/v20180709/models.rb', line 6880 def BusinessCode @BusinessCode end |
#Month ⇒ Object
6880 6881 6882 |
# File 'lib/v20180709/models.rb', line 6880 def Month @Month end |
#TreeNodeUniqKey ⇒ Object
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 |