Class: TencentCloud::Billing::V20180709::DeleteAllocationRuleRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Billing::V20180709::DeleteAllocationRuleRequest
- Defined in:
- lib/v20180709/models.rb
Overview
DeleteAllocationRule请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(ruleid = nil, month = nil) ⇒ DeleteAllocationRuleRequest
constructor
A new instance of DeleteAllocationRuleRequest.
Constructor Details
#initialize(ruleid = nil, month = nil) ⇒ DeleteAllocationRuleRequest
Returns a new instance of DeleteAllocationRuleRequest.
5282 5283 5284 5285 |
# File 'lib/v20180709/models.rb', line 5282 def initialize(ruleid=nil, month=nil) @RuleId = ruleid @Month = month end |
Instance Attribute Details
#Month ⇒ Object
5280 5281 5282 |
# File 'lib/v20180709/models.rb', line 5280 def Month @Month end |
#RuleId ⇒ Object
5280 5281 5282 |
# File 'lib/v20180709/models.rb', line 5280 def RuleId @RuleId end |
Instance Method Details
#deserialize(params) ⇒ Object
5287 5288 5289 5290 |
# File 'lib/v20180709/models.rb', line 5287 def deserialize(params) @RuleId = params['RuleId'] @Month = params['Month'] end |