Class: TencentCloud::Cdb::V20170320::TagInfoUnit
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdb::V20170320::TagInfoUnit
- Defined in:
- lib/v20170320/models.rb
Overview
tag信息单元
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(tagkey = nil, tagvalue = nil) ⇒ TagInfoUnit
constructor
A new instance of TagInfoUnit.
Constructor Details
#initialize(tagkey = nil, tagvalue = nil) ⇒ TagInfoUnit
Returns a new instance of TagInfoUnit.
14395 14396 14397 14398 |
# File 'lib/v20170320/models.rb', line 14395 def initialize(tagkey=nil, tagvalue=nil) @TagKey = tagkey @TagValue = tagvalue end |
Instance Attribute Details
#TagKey ⇒ Object
14393 14394 14395 |
# File 'lib/v20170320/models.rb', line 14393 def TagKey @TagKey end |
#TagValue ⇒ Object
14393 14394 14395 |
# File 'lib/v20170320/models.rb', line 14393 def TagValue @TagValue end |
Instance Method Details
#deserialize(params) ⇒ Object
14400 14401 14402 14403 |
# File 'lib/v20170320/models.rb', line 14400 def deserialize(params) @TagKey = params['TagKey'] @TagValue = params['TagValue'] end |