Class: TencentCloud::Billing::V20180709::DescribeAllocationRuleSummaryRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Billing::V20180709::DescribeAllocationRuleSummaryRequest
- Defined in:
- lib/v20180709/models.rb
Overview
DescribeAllocationRuleSummary请求参数结构体
Instance Attribute Summary collapse
-
#Limit ⇒ Object
枚举值如下: 1 - 自定义分摊占比 2 - 等比分摊 3 - 按占比分摊.
-
#Month ⇒ Object
枚举值如下: 1 - 自定义分摊占比 2 - 等比分摊 3 - 按占比分摊.
-
#Name ⇒ Object
枚举值如下: 1 - 自定义分摊占比 2 - 等比分摊 3 - 按占比分摊.
-
#Offset ⇒ Object
枚举值如下: 1 - 自定义分摊占比 2 - 等比分摊 3 - 按占比分摊.
-
#Type ⇒ Object
枚举值如下: 1 - 自定义分摊占比 2 - 等比分摊 3 - 按占比分摊.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(limit = nil, offset = nil, month = nil, type = nil, name = nil) ⇒ DescribeAllocationRuleSummaryRequest
constructor
A new instance of DescribeAllocationRuleSummaryRequest.
Constructor Details
#initialize(limit = nil, offset = nil, month = nil, type = nil, name = nil) ⇒ DescribeAllocationRuleSummaryRequest
Returns a new instance of DescribeAllocationRuleSummaryRequest.
6347 6348 6349 6350 6351 6352 6353 |
# File 'lib/v20180709/models.rb', line 6347 def initialize(limit=nil, offset=nil, month=nil, type=nil, name=nil) @Limit = limit @Offset = offset @Month = month @Type = type @Name = name end |
Instance Attribute Details
#Limit ⇒ Object
枚举值如下:1 - 自定义分摊占比2 - 等比分摊3 - 按占比分摊
6345 6346 6347 |
# File 'lib/v20180709/models.rb', line 6345 def Limit @Limit end |
#Month ⇒ Object
枚举值如下:1 - 自定义分摊占比2 - 等比分摊3 - 按占比分摊
6345 6346 6347 |
# File 'lib/v20180709/models.rb', line 6345 def Month @Month end |
#Name ⇒ Object
枚举值如下:1 - 自定义分摊占比2 - 等比分摊3 - 按占比分摊
6345 6346 6347 |
# File 'lib/v20180709/models.rb', line 6345 def Name @Name end |
#Offset ⇒ Object
枚举值如下:1 - 自定义分摊占比2 - 等比分摊3 - 按占比分摊
6345 6346 6347 |
# File 'lib/v20180709/models.rb', line 6345 def Offset @Offset end |
#Type ⇒ Object
枚举值如下:1 - 自定义分摊占比2 - 等比分摊3 - 按占比分摊
6345 6346 6347 |
# File 'lib/v20180709/models.rb', line 6345 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
6355 6356 6357 6358 6359 6360 6361 |
# File 'lib/v20180709/models.rb', line 6355 def deserialize(params) @Limit = params['Limit'] @Offset = params['Offset'] @Month = params['Month'] @Type = params['Type'] @Name = params['Name'] end |