Class: TencentCloud::Tcaplusdb::V20190823::TagInfoUnit
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tcaplusdb::V20190823::TagInfoUnit
- Defined in:
- lib/v20190823/models.rb
Overview
标签信息单元
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.
4527 4528 4529 4530 |
# File 'lib/v20190823/models.rb', line 4527 def initialize(tagkey=nil, tagvalue=nil) @TagKey = tagkey @TagValue = tagvalue end |
Instance Attribute Details
#TagKey ⇒ Object
4525 4526 4527 |
# File 'lib/v20190823/models.rb', line 4525 def TagKey @TagKey end |
#TagValue ⇒ Object
4525 4526 4527 |
# File 'lib/v20190823/models.rb', line 4525 def TagValue @TagValue end |
Instance Method Details
#deserialize(params) ⇒ Object
4532 4533 4534 4535 |
# File 'lib/v20190823/models.rb', line 4532 def deserialize(params) @TagKey = params['TagKey'] @TagValue = params['TagValue'] end |