Class: TencentCloud::Cdb::V20170320::TagInfoItem
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdb::V20170320::TagInfoItem
- Defined in:
- lib/v20170320/models.rb
Overview
标签信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(tagkey = nil, tagvalue = nil) ⇒ TagInfoItem
constructor
A new instance of TagInfoItem.
Constructor Details
#initialize(tagkey = nil, tagvalue = nil) ⇒ TagInfoItem
Returns a new instance of TagInfoItem.
14248 14249 14250 14251 |
# File 'lib/v20170320/models.rb', line 14248 def initialize(tagkey=nil, tagvalue=nil) @TagKey = tagkey @TagValue = tagvalue end |
Instance Attribute Details
#TagKey ⇒ Object
14246 14247 14248 |
# File 'lib/v20170320/models.rb', line 14246 def TagKey @TagKey end |
#TagValue ⇒ Object
14246 14247 14248 |
# File 'lib/v20170320/models.rb', line 14246 def TagValue @TagValue end |
Instance Method Details
#deserialize(params) ⇒ Object
14253 14254 14255 14256 |
# File 'lib/v20170320/models.rb', line 14253 def deserialize(params) @TagKey = params['TagKey'] @TagValue = params['TagValue'] end |