Class: TencentCloud::Mongodb::V20190725::TagInfo

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

Overview

实例标签信息

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of TagInfo.



6225
6226
6227
6228
# File 'lib/v20190725/models.rb', line 6225

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

Instance Attribute Details

#TagKeyObject

Parameters:

  • TagKey:

    标签键

  • TagValue:

    标签值



6223
6224
6225
# File 'lib/v20190725/models.rb', line 6223

def TagKey
  @TagKey
end

#TagValueObject

Parameters:

  • TagKey:

    标签键

  • TagValue:

    标签值



6223
6224
6225
# File 'lib/v20190725/models.rb', line 6223

def TagValue
  @TagValue
end

Instance Method Details

#deserialize(params) ⇒ Object



6230
6231
6232
6233
# File 'lib/v20190725/models.rb', line 6230

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