Class: TencentCloud::Weilingwith::V20230427::DeviceTagInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Weilingwith::V20230427::DeviceTagInfo
- Defined in:
- lib/v20230427/models.rb
Overview
设备标签信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(tagid = nil, tagname = nil) ⇒ DeviceTagInfo
constructor
A new instance of DeviceTagInfo.
Constructor Details
#initialize(tagid = nil, tagname = nil) ⇒ DeviceTagInfo
Returns a new instance of DeviceTagInfo.
5130 5131 5132 5133 |
# File 'lib/v20230427/models.rb', line 5130 def initialize(tagid=nil, tagname=nil) @TagId = tagid @TagName = tagname end |
Instance Attribute Details
#TagId ⇒ Object
5128 5129 5130 |
# File 'lib/v20230427/models.rb', line 5128 def TagId @TagId end |
#TagName ⇒ Object
5128 5129 5130 |
# File 'lib/v20230427/models.rb', line 5128 def TagName @TagName end |
Instance Method Details
#deserialize(params) ⇒ Object
5135 5136 5137 5138 |
# File 'lib/v20230427/models.rb', line 5135 def deserialize(params) @TagId = params['TagId'] @TagName = params['TagName'] end |