Class: TencentCloud::Billing::V20180709::DescribeAllocationMonthOverviewRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Billing::V20180709::DescribeAllocationMonthOverviewRequest
- Defined in:
- lib/v20180709/models.rb
Overview
DescribeAllocationMonthOverview请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(month = nil) ⇒ DescribeAllocationMonthOverviewRequest
constructor
A new instance of DescribeAllocationMonthOverviewRequest.
Constructor Details
#initialize(month = nil) ⇒ DescribeAllocationMonthOverviewRequest
Returns a new instance of DescribeAllocationMonthOverviewRequest.
6110 6111 6112 |
# File 'lib/v20180709/models.rb', line 6110 def initialize(month=nil) @Month = month end |
Instance Attribute Details
#Month ⇒ Object
6108 6109 6110 |
# File 'lib/v20180709/models.rb', line 6108 def Month @Month end |
Instance Method Details
#deserialize(params) ⇒ Object
6114 6115 6116 |
# File 'lib/v20180709/models.rb', line 6114 def deserialize(params) @Month = params['Month'] end |