Class: TencentCloud::Tag::V20180813::TagKeyObject
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tag::V20180813::TagKeyObject
- Defined in:
- lib/v20180813/models.rb
Overview
标签键对象
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(tagkey = nil) ⇒ TagKeyObject
constructor
A new instance of TagKeyObject.
Constructor Details
#initialize(tagkey = nil) ⇒ TagKeyObject
Returns a new instance of TagKeyObject.
1859 1860 1861 |
# File 'lib/v20180813/models.rb', line 1859 def initialize(tagkey=nil) @TagKey = tagkey end |
Instance Attribute Details
#TagKey ⇒ Object
1857 1858 1859 |
# File 'lib/v20180813/models.rb', line 1857 def TagKey @TagKey end |
Instance Method Details
#deserialize(params) ⇒ Object
1863 1864 1865 |
# File 'lib/v20180813/models.rb', line 1863 def deserialize(params) @TagKey = params['TagKey'] end |