Class: TencentCloud::Gaap::V20180529::TagPair

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

Overview

标签键值对

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of TagPair.



7693
7694
7695
7696
# File 'lib/v20180529/models.rb', line 7693

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

Instance Attribute Details

#TagKeyObject

Parameters:

  • TagKey:

    标签键

  • TagValue:

    标签值



7691
7692
7693
# File 'lib/v20180529/models.rb', line 7691

def TagKey
  @TagKey
end

#TagValueObject

Parameters:

  • TagKey:

    标签键

  • TagValue:

    标签值



7691
7692
7693
# File 'lib/v20180529/models.rb', line 7691

def TagValue
  @TagValue
end

Instance Method Details

#deserialize(params) ⇒ Object



7698
7699
7700
7701
# File 'lib/v20180529/models.rb', line 7698

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