Class: TencentCloud::Tcaplusdb::V20190823::TagInfoUnit

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

Overview

标签信息单元

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of TagInfoUnit.



4652
4653
4654
4655
# File 'lib/v20190823/models.rb', line 4652

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

Instance Attribute Details

#TagKeyObject

Parameters:

  • TagKey:

    标签键

  • TagValue:

    标签值



4650
4651
4652
# File 'lib/v20190823/models.rb', line 4650

def TagKey
  @TagKey
end

#TagValueObject

Parameters:

  • TagKey:

    标签键

  • TagValue:

    标签值



4650
4651
4652
# File 'lib/v20190823/models.rb', line 4650

def TagValue
  @TagValue
end

Instance Method Details

#deserialize(params) ⇒ Object



4657
4658
4659
4660
# File 'lib/v20190823/models.rb', line 4657

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