Class: TencentCloud::Dlc::V20210125::TagInfo

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20210125/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.



15565
15566
15567
15568
# File 'lib/v20210125/models.rb', line 15565

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

Instance Attribute Details

#TagKeyObject

Parameters:

  • TagKey:

    标签键

  • TagValue:

    标签值



15563
15564
15565
# File 'lib/v20210125/models.rb', line 15563

def TagKey
  @TagKey
end

#TagValueObject

Parameters:

  • TagKey:

    标签键

  • TagValue:

    标签值



15563
15564
15565
# File 'lib/v20210125/models.rb', line 15563

def TagValue
  @TagValue
end

Instance Method Details

#deserialize(params) ⇒ Object



15570
15571
15572
15573
# File 'lib/v20210125/models.rb', line 15570

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