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.
4652 4653 4654 4655 |
# File 'lib/v20190823/models.rb', line 4652 def initialize(tagkey=nil, tagvalue=nil) @TagKey = tagkey @TagValue = tagvalue end |
Instance Attribute Details
#TagKey ⇒ Object
4650 4651 4652 |
# File 'lib/v20190823/models.rb', line 4650 def TagKey @TagKey end |
#TagValue ⇒ Object
4650 4651 4652 |
# File 'lib/v20190823/models.rb', line 4650 def TagValue @TagValue end |
Instance Method Details
#deserialize(params) ⇒ Object
4657 4658 4659 4660 |
# File 'lib/v20190823/models.rb', line 4657 def deserialize(params) @TagKey = params['TagKey'] @TagValue = params['TagValue'] end |