Class: TencentCloud::Tag::V20180813::TagKeyObject

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20180813/models.rb

Overview

标签键对象

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#TagKeyObject

Parameters:

  • TagKey:

    标签键



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