Class: TencentCloud::Ssl::V20191205::Tags

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

Overview

标签

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of Tags.



7781
7782
7783
7784
# File 'lib/v20191205/models.rb', line 7781

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

Instance Attribute Details

#TagKeyObject

Parameters:

  • TagKey:

    标签键

  • TagValue:

    标签值



7779
7780
7781
# File 'lib/v20191205/models.rb', line 7779

def TagKey
  @TagKey
end

#TagValueObject

Parameters:

  • TagKey:

    标签键

  • TagValue:

    标签值



7779
7780
7781
# File 'lib/v20191205/models.rb', line 7779

def TagValue
  @TagValue
end

Instance Method Details

#deserialize(params) ⇒ Object



7786
7787
7788
7789
# File 'lib/v20191205/models.rb', line 7786

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