Class: TencentCloud::Dts::V20211206::TagItem

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

Overview

标签

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of TagItem.



7860
7861
7862
7863
# File 'lib/v20211206/models.rb', line 7860

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

Instance Attribute Details

#TagKeyObject

Parameters:

  • TagKey:

    标签键

  • TagValue:

    标签值



7858
7859
7860
# File 'lib/v20211206/models.rb', line 7858

def TagKey
  @TagKey
end

#TagValueObject

Parameters:

  • TagKey:

    标签键

  • TagValue:

    标签值



7858
7859
7860
# File 'lib/v20211206/models.rb', line 7858

def TagValue
  @TagValue
end

Instance Method Details

#deserialize(params) ⇒ Object



7865
7866
7867
7868
# File 'lib/v20211206/models.rb', line 7865

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