Class: TencentCloud::Billing::V20180709::CreateAllocationTagResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Billing::V20180709::CreateAllocationTagResponse
- Defined in:
- lib/v20180709/models.rb
Overview
CreateAllocationTag返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ CreateAllocationTagResponse
constructor
A new instance of CreateAllocationTagResponse.
Constructor Details
#initialize(requestid = nil) ⇒ CreateAllocationTagResponse
Returns a new instance of CreateAllocationTagResponse.
4843 4844 4845 |
# File 'lib/v20180709/models.rb', line 4843 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
4841 4842 4843 |
# File 'lib/v20180709/models.rb', line 4841 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
4847 4848 4849 |
# File 'lib/v20180709/models.rb', line 4847 def deserialize(params) @RequestId = params['RequestId'] end |