Class: TencentCloud::Gaap::V20180529::TagPair
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Gaap::V20180529::TagPair
- Defined in:
- lib/v20180529/models.rb
Overview
标签键值对
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(tagkey = nil, tagvalue = nil) ⇒ TagPair
constructor
A new instance of TagPair.
Constructor Details
#initialize(tagkey = nil, tagvalue = nil) ⇒ TagPair
Returns a new instance of TagPair.
7693 7694 7695 7696 |
# File 'lib/v20180529/models.rb', line 7693 def initialize(tagkey=nil, tagvalue=nil) @TagKey = tagkey @TagValue = tagvalue end |
Instance Attribute Details
#TagKey ⇒ Object
7691 7692 7693 |
# File 'lib/v20180529/models.rb', line 7691 def TagKey @TagKey end |
#TagValue ⇒ Object
7691 7692 7693 |
# File 'lib/v20180529/models.rb', line 7691 def TagValue @TagValue end |
Instance Method Details
#deserialize(params) ⇒ Object
7698 7699 7700 7701 |
# File 'lib/v20180529/models.rb', line 7698 def deserialize(params) @TagKey = params['TagKey'] @TagValue = params['TagValue'] end |