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.



4527
4528
4529
4530
# File 'lib/v20190823/models.rb', line 4527

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

Instance Attribute Details

#TagKeyObject

Parameters:

  • TagKey:

    标签键

  • TagValue:

    标签值



4525
4526
4527
# File 'lib/v20190823/models.rb', line 4525

def TagKey
  @TagKey
end

#TagValueObject

Parameters:

  • TagKey:

    标签键

  • TagValue:

    标签值



4525
4526
4527
# File 'lib/v20190823/models.rb', line 4525

def TagValue
  @TagValue
end

Instance Method Details

#deserialize(params) ⇒ Object



4532
4533
4534
4535
# File 'lib/v20190823/models.rb', line 4532

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