Class: TencentCloud::Emr::V20190103::Tag

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

Overview

标签

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of Tag.



14065
14066
14067
14068
# File 'lib/v20190103/models.rb', line 14065

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

Instance Attribute Details

#TagKeyObject

Parameters:

  • TagKey:

    标签键

  • TagValue:

    标签值



14063
14064
14065
# File 'lib/v20190103/models.rb', line 14063

def TagKey
  @TagKey
end

#TagValueObject

Parameters:

  • TagKey:

    标签键

  • TagValue:

    标签值



14063
14064
14065
# File 'lib/v20190103/models.rb', line 14063

def TagValue
  @TagValue
end

Instance Method Details

#deserialize(params) ⇒ Object



14070
14071
14072
14073
# File 'lib/v20190103/models.rb', line 14070

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