Class: TencentCloud::Billing::V20180709::CreateAllocationUnitResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Billing::V20180709::CreateAllocationUnitResponse
- Defined in:
- lib/v20180709/models.rb
Overview
CreateAllocationUnit返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, treenodeuniqkey = nil, requestid = nil) ⇒ CreateAllocationUnitResponse
constructor
A new instance of CreateAllocationUnitResponse.
Constructor Details
#initialize(id = nil, treenodeuniqkey = nil, requestid = nil) ⇒ CreateAllocationUnitResponse
Returns a new instance of CreateAllocationUnitResponse.
4887 4888 4889 4890 4891 |
# File 'lib/v20180709/models.rb', line 4887 def initialize(id=nil, treenodeuniqkey=nil, requestid=nil) @Id = id @TreeNodeUniqKey = treenodeuniqkey @RequestId = requestid end |
Instance Attribute Details
#Id ⇒ Object
4885 4886 4887 |
# File 'lib/v20180709/models.rb', line 4885 def Id @Id end |
#RequestId ⇒ Object
4885 4886 4887 |
# File 'lib/v20180709/models.rb', line 4885 def RequestId @RequestId end |
#TreeNodeUniqKey ⇒ Object
4885 4886 4887 |
# File 'lib/v20180709/models.rb', line 4885 def TreeNodeUniqKey @TreeNodeUniqKey end |
Instance Method Details
#deserialize(params) ⇒ Object
4893 4894 4895 4896 4897 |
# File 'lib/v20180709/models.rb', line 4893 def deserialize(params) @Id = params['Id'] @TreeNodeUniqKey = params['TreeNodeUniqKey'] @RequestId = params['RequestId'] end |