Class: TencentCloud::Tem::V20210701::Tag
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tem::V20210701::Tag
- Defined in:
- lib/v20210701/models.rb
Overview
标签
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(tagkey = nil, tagvalue = nil) ⇒ Tag
constructor
A new instance of Tag.
Constructor Details
#initialize(tagkey = nil, tagvalue = nil) ⇒ Tag
Returns a new instance of Tag.
4803 4804 4805 4806 |
# File 'lib/v20210701/models.rb', line 4803 def initialize(tagkey=nil, tagvalue=nil) @TagKey = tagkey @TagValue = tagvalue end |
Instance Attribute Details
#TagKey ⇒ Object
4801 4802 4803 |
# File 'lib/v20210701/models.rb', line 4801 def TagKey @TagKey end |
#TagValue ⇒ Object
4801 4802 4803 |
# File 'lib/v20210701/models.rb', line 4801 def TagValue @TagValue end |
Instance Method Details
#deserialize(params) ⇒ Object
4808 4809 4810 4811 |
# File 'lib/v20210701/models.rb', line 4808 def deserialize(params) @TagKey = params['TagKey'] @TagValue = params['TagValue'] end |