Class: TencentCloud::Gpm::V20200820::Tag
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Gpm::V20200820::Tag
- Defined in:
- lib/v20200820/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
1683 1684 1685 1686 |
# File 'lib/v20200820/models.rb', line 1683 def initialize(tagkey=nil, tagvalue=nil) @TagKey = tagkey @TagValue = tagvalue end |
Instance Attribute Details
#TagKey ⇒ Object
1681 1682 1683 |
# File 'lib/v20200820/models.rb', line 1681 def TagKey @TagKey end |
#TagValue ⇒ Object
1681 1682 1683 |
# File 'lib/v20200820/models.rb', line 1681 def TagValue @TagValue end |
Instance Method Details
#deserialize(params) ⇒ Object
1688 1689 1690 1691 |
# File 'lib/v20200820/models.rb', line 1688 def deserialize(params) @TagKey = params['TagKey'] @TagValue = params['TagValue'] end |