Class: TencentCloud::Ecm::V20190719::TagInfo

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

Overview

标签信息。

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(tagkey = nil, tagvalue = nil) ⇒ TagInfo

Returns a new instance of TagInfo.



11010
11011
11012
11013
# File 'lib/v20190719/models.rb', line 11010

def initialize(tagkey=nil, tagvalue=nil)
  @TagKey = tagkey
  @TagValue = tagvalue
end

Instance Attribute Details

#TagKeyObject

Parameters:

  • TagKey:

    标签的键。

  • TagValue:

    标签的值。



11008
11009
11010
# File 'lib/v20190719/models.rb', line 11008

def TagKey
  @TagKey
end

#TagValueObject

Parameters:

  • TagKey:

    标签的键。

  • TagValue:

    标签的值。



11008
11009
11010
# File 'lib/v20190719/models.rb', line 11008

def TagValue
  @TagValue
end

Instance Method Details

#deserialize(params) ⇒ Object



11015
11016
11017
11018
# File 'lib/v20190719/models.rb', line 11015

def deserialize(params)
  @TagKey = params['TagKey']
  @TagValue = params['TagValue']
end