Class: TencentCloud::Billing::V20180709::ModifyAllocationRuleResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Billing::V20180709::ModifyAllocationRuleResponse
- Defined in:
- lib/v20180709/models.rb
Overview
ModifyAllocationRule返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ ModifyAllocationRuleResponse
constructor
A new instance of ModifyAllocationRuleResponse.
Constructor Details
#initialize(requestid = nil) ⇒ ModifyAllocationRuleResponse
Returns a new instance of ModifyAllocationRuleResponse.
10341 10342 10343 |
# File 'lib/v20180709/models.rb', line 10341 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
10339 10340 10341 |
# File 'lib/v20180709/models.rb', line 10339 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
10345 10346 10347 |
# File 'lib/v20180709/models.rb', line 10345 def deserialize(params) @RequestId = params['RequestId'] end |