Class: TencentCloud::Memcached::V20190318::TagInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Memcached::V20190318::TagInfo
- Defined in:
- lib/v20190318/models.rb
Overview
标签信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(tagkey = nil, tagvalue = nil) ⇒ TagInfo
constructor
A new instance of TagInfo.
Constructor Details
#initialize(tagkey = nil, tagvalue = nil) ⇒ TagInfo
Returns a new instance of TagInfo.
231 232 233 234 |
# File 'lib/v20190318/models.rb', line 231 def initialize(tagkey=nil, tagvalue=nil) @TagKey = tagkey @TagValue = tagvalue end |
Instance Attribute Details
#TagKey ⇒ Object
229 230 231 |
# File 'lib/v20190318/models.rb', line 229 def TagKey @TagKey end |
#TagValue ⇒ Object
229 230 231 |
# File 'lib/v20190318/models.rb', line 229 def TagValue @TagValue end |
Instance Method Details
#deserialize(params) ⇒ Object
236 237 238 239 |
# File 'lib/v20190318/models.rb', line 236 def deserialize(params) @TagKey = params['TagKey'] @TagValue = params['TagValue'] end |