Class: TencentCloud::Billing::V20180709::DescribeAllocationTreeRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Billing::V20180709::DescribeAllocationTreeRequest
- Defined in:
- lib/v20180709/models.rb
Overview
DescribeAllocationTree请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(month = nil) ⇒ DescribeAllocationTreeRequest
constructor
A new instance of DescribeAllocationTreeRequest.
Constructor Details
#initialize(month = nil) ⇒ DescribeAllocationTreeRequest
Returns a new instance of DescribeAllocationTreeRequest.
5978 5979 5980 |
# File 'lib/v20180709/models.rb', line 5978 def initialize(month=nil) @Month = month end |
Instance Attribute Details
#Month ⇒ Object
5976 5977 5978 |
# File 'lib/v20180709/models.rb', line 5976 def Month @Month end |
Instance Method Details
#deserialize(params) ⇒ Object
5982 5983 5984 |
# File 'lib/v20180709/models.rb', line 5982 def deserialize(params) @Month = params['Month'] end |