Class: TencentCloud::Billing::V20180709::DeleteAllocationUnitResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Billing::V20180709::DeleteAllocationUnitResponse
- Defined in:
- lib/v20180709/models.rb
Overview
DeleteAllocationUnit返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DeleteAllocationUnitResponse
constructor
A new instance of DeleteAllocationUnitResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DeleteAllocationUnitResponse
Returns a new instance of DeleteAllocationUnitResponse.
5368 5369 5370 |
# File 'lib/v20180709/models.rb', line 5368 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
5366 5367 5368 |
# File 'lib/v20180709/models.rb', line 5366 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
5372 5373 5374 |
# File 'lib/v20180709/models.rb', line 5372 def deserialize(params) @RequestId = params['RequestId'] end |