Class: TencentCloud::Iotcloud::V20210408::Attribute
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotcloud::V20210408::Attribute
- Defined in:
- lib/v20210408/models.rb
Overview
设备属性
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(tags = nil) ⇒ Attribute
constructor
A new instance of Attribute.
Constructor Details
#initialize(tags = nil) ⇒ Attribute
Returns a new instance of Attribute.
27 28 29 |
# File 'lib/v20210408/models.rb', line 27 def initialize(=nil) @Tags = end |
Instance Attribute Details
#Tags ⇒ Object
25 26 27 |
# File 'lib/v20210408/models.rb', line 25 def Tags @Tags end |