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.



26176
26177
26178
26179
# File 'lib/v20180717/models.rb', line 26176

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

Instance Attribute Details

#TagKeyObject

Parameters:

  • TagKey:

    标签键。

  • TagValue:

    标签值。



26174
26175
26176
# File 'lib/v20180717/models.rb', line 26174

def TagKey
  @TagKey
end

#TagValueObject

Parameters:

  • TagKey:

    标签键。

  • TagValue:

    标签值。



26174
26175
26176
# File 'lib/v20180717/models.rb', line 26174

def TagValue
  @TagValue
end

Instance Method Details

#deserialize(params) ⇒ Object



26181
26182
26183
26184
# File 'lib/v20180717/models.rb', line 26181

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