Class: TencentCloud::Mongodb::V20190725::NodeTag

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

Overview

节点Tag

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of NodeTag.



5195
5196
5197
5198
# File 'lib/v20190725/models.rb', line 5195

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

Instance Attribute Details

#TagKeyObject

Parameters:

  • TagKey:

    节点Tag key

  • TagValue:

    节点Tag Value



5193
5194
5195
# File 'lib/v20190725/models.rb', line 5193

def TagKey
  @TagKey
end

#TagValueObject

Parameters:

  • TagKey:

    节点Tag key

  • TagValue:

    节点Tag Value



5193
5194
5195
# File 'lib/v20190725/models.rb', line 5193

def TagValue
  @TagValue
end

Instance Method Details

#deserialize(params) ⇒ Object



5200
5201
5202
5203
# File 'lib/v20190725/models.rb', line 5200

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