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.
5265 5266 5267 |
# File 'lib/v20180709/models.rb', line 5265 def initialize(month=nil) @Month = month end |
Instance Attribute Details
#Month ⇒ Object
5263 5264 5265 |
# File 'lib/v20180709/models.rb', line 5263 def Month @Month end |
Instance Method Details
#deserialize(params) ⇒ Object
5269 5270 5271 |
# File 'lib/v20180709/models.rb', line 5269 def deserialize(params) @Month = params['Month'] end |