Class: TencentCloud::Ecm::V20190719::TagInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ecm::V20190719::TagInfo
- Defined in:
- lib/v20190719/models.rb
Overview
标签信息。
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(tagkey = nil, tagvalue = nil) ⇒ TagInfo
constructor
A new instance of TagInfo.
Constructor Details
#initialize(tagkey = nil, tagvalue = nil) ⇒ TagInfo
Returns a new instance of TagInfo.
11010 11011 11012 11013 |
# File 'lib/v20190719/models.rb', line 11010 def initialize(tagkey=nil, tagvalue=nil) @TagKey = tagkey @TagValue = tagvalue end |
Instance Attribute Details
#TagKey ⇒ Object
11008 11009 11010 |
# File 'lib/v20190719/models.rb', line 11008 def TagKey @TagKey end |
#TagValue ⇒ Object
11008 11009 11010 |
# File 'lib/v20190719/models.rb', line 11008 def TagValue @TagValue end |
Instance Method Details
#deserialize(params) ⇒ Object
11015 11016 11017 11018 |
# File 'lib/v20190719/models.rb', line 11015 def deserialize(params) @TagKey = params['TagKey'] @TagValue = params['TagValue'] end |