Class: TencentCloud::Billing::V20180709::AllocationTreeNode
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Billing::V20180709::AllocationTreeNode
- Defined in:
- lib/v20180709/models.rb
Overview
当前归属单元信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(treenodeuniqkey = nil, treenodeuniqkeyname = nil) ⇒ AllocationTreeNode
constructor
A new instance of AllocationTreeNode.
Constructor Details
#initialize(treenodeuniqkey = nil, treenodeuniqkeyname = nil) ⇒ AllocationTreeNode
Returns a new instance of AllocationTreeNode.
1642 1643 1644 1645 |
# File 'lib/v20180709/models.rb', line 1642 def initialize(treenodeuniqkey=nil, treenodeuniqkeyname=nil) @TreeNodeUniqKey = treenodeuniqkey @TreeNodeUniqKeyName = treenodeuniqkeyname end |
Instance Attribute Details
#TreeNodeUniqKey ⇒ Object
1640 1641 1642 |
# File 'lib/v20180709/models.rb', line 1640 def TreeNodeUniqKey @TreeNodeUniqKey end |
#TreeNodeUniqKeyName ⇒ Object
1640 1641 1642 |
# File 'lib/v20180709/models.rb', line 1640 def TreeNodeUniqKeyName @TreeNodeUniqKeyName end |
Instance Method Details
#deserialize(params) ⇒ Object
1647 1648 1649 1650 |
# File 'lib/v20180709/models.rb', line 1647 def deserialize(params) @TreeNodeUniqKey = params['TreeNodeUniqKey'] @TreeNodeUniqKeyName = params['TreeNodeUniqKeyName'] end |