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.
9313 9314 9315 |
# File 'lib/v20180709/models.rb', line 9313 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
9311 9312 9313 |
# File 'lib/v20180709/models.rb', line 9311 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
9317 9318 9319 |
# File 'lib/v20180709/models.rb', line 9317 def deserialize(params) @RequestId = params['RequestId'] end |