Class: TencentCloud::Billing::V20180709::DeleteAllocationRuleResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Billing::V20180709::DeleteAllocationRuleResponse
- Defined in:
- lib/v20180709/models.rb
Overview
DeleteAllocationRule返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DeleteAllocationRuleResponse
constructor
A new instance of DeleteAllocationRuleResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DeleteAllocationRuleResponse
Returns a new instance of DeleteAllocationRuleResponse.
5300 5301 5302 |
# File 'lib/v20180709/models.rb', line 5300 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
5298 5299 5300 |
# File 'lib/v20180709/models.rb', line 5298 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
5304 5305 5306 |
# File 'lib/v20180709/models.rb', line 5304 def deserialize(params) @RequestId = params['RequestId'] end |