Class: TencentCloud::Iotexplorer::V20190423::CamTag
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::CamTag
- Defined in:
- lib/v20190423/models.rb
Overview
标签数据结构
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(tagkey = nil, tagvalue = nil) ⇒ CamTag
constructor
A new instance of CamTag.
Constructor Details
#initialize(tagkey = nil, tagvalue = nil) ⇒ CamTag
Returns a new instance of CamTag.
839 840 841 842 |
# File 'lib/v20190423/models.rb', line 839 def initialize(tagkey=nil, tagvalue=nil) @TagKey = tagkey @TagValue = tagvalue end |
Instance Attribute Details
#TagKey ⇒ Object
837 838 839 |
# File 'lib/v20190423/models.rb', line 837 def TagKey @TagKey end |
#TagValue ⇒ Object
837 838 839 |
# File 'lib/v20190423/models.rb', line 837 def TagValue @TagValue end |
Instance Method Details
#deserialize(params) ⇒ Object
844 845 846 847 |
# File 'lib/v20190423/models.rb', line 844 def deserialize(params) @TagKey = params['TagKey'] @TagValue = params['TagValue'] end |