Class: TencentCloud::Cwp::V20180228::MachineTag
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::MachineTag
- Defined in:
- lib/v20180228/models.rb
Overview
服务器标签信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(rid = nil, name = nil, tagid = nil) ⇒ MachineTag
constructor
A new instance of MachineTag.
Constructor Details
#initialize(rid = nil, name = nil, tagid = nil) ⇒ MachineTag
Returns a new instance of MachineTag.
31741 31742 31743 31744 31745 |
# File 'lib/v20180228/models.rb', line 31741 def initialize(rid=nil, name=nil, tagid=nil) @Rid = rid @Name = name @TagId = tagid end |
Instance Attribute Details
#Name ⇒ Object
31739 31740 31741 |
# File 'lib/v20180228/models.rb', line 31739 def Name @Name end |
#Rid ⇒ Object
31739 31740 31741 |
# File 'lib/v20180228/models.rb', line 31739 def Rid @Rid end |
#TagId ⇒ Object
31739 31740 31741 |
# File 'lib/v20180228/models.rb', line 31739 def TagId @TagId end |
Instance Method Details
#deserialize(params) ⇒ Object
31747 31748 31749 31750 31751 |
# File 'lib/v20180228/models.rb', line 31747 def deserialize(params) @Rid = params['Rid'] @Name = params['Name'] @TagId = params['TagId'] end |