Class: TencentCloud::Vod::V20180717::ResourceTag

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ResourceTag.



25290
25291
25292
25293
# File 'lib/v20180717/models.rb', line 25290

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

Instance Attribute Details

#TagKeyObject

Parameters:

  • TagKey:

    标签键。

  • TagValue:

    标签值。



25288
25289
25290
# File 'lib/v20180717/models.rb', line 25288

def TagKey
  @TagKey
end

#TagValueObject

Parameters:

  • TagKey:

    标签键。

  • TagValue:

    标签值。



25288
25289
25290
# File 'lib/v20180717/models.rb', line 25288

def TagValue
  @TagValue
end

Instance Method Details

#deserialize(params) ⇒ Object



25295
25296
25297
25298
# File 'lib/v20180717/models.rb', line 25295

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