Class: TencentCloud::Billing::V20180709::ModifyAllocationUnitResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Billing::V20180709::ModifyAllocationUnitResponse
- Defined in:
- lib/v20180709/models.rb
Overview
ModifyAllocationUnit返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ ModifyAllocationUnitResponse
constructor
A new instance of ModifyAllocationUnitResponse.
Constructor Details
#initialize(requestid = nil) ⇒ ModifyAllocationUnitResponse
Returns a new instance of ModifyAllocationUnitResponse.
9365 9366 9367 |
# File 'lib/v20180709/models.rb', line 9365 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
9363 9364 9365 |
# File 'lib/v20180709/models.rb', line 9363 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
9369 9370 9371 |
# File 'lib/v20180709/models.rb', line 9369 def deserialize(params) @RequestId = params['RequestId'] end |