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.
14268 14269 14270 14271 |
# File 'lib/v20170320/models.rb', line 14268 def initialize(tagkey=nil, tagvalue=nil) @TagKey = tagkey @TagValue = tagvalue end |
Instance Attribute Details
#TagKey ⇒ Object
14266 14267 14268 |
# File 'lib/v20170320/models.rb', line 14266 def TagKey @TagKey end |
#TagValue ⇒ Object
14266 14267 14268 |
# File 'lib/v20170320/models.rb', line 14266 def TagValue @TagValue end |
Instance Method Details
#deserialize(params) ⇒ Object
14273 14274 14275 14276 |
# File 'lib/v20170320/models.rb', line 14273 def deserialize(params) @TagKey = params['TagKey'] @TagValue = params['TagValue'] end |