Class: TencentCloud::Mongodb::V20180408::TagInfo

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20180408/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.



1040
1041
1042
1043
# File 'lib/v20180408/models.rb', line 1040

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

Instance Attribute Details

#TagKeyObject

Parameters:

  • TagKey:

    标签Key值

  • TagValue:

    标签值



1038
1039
1040
# File 'lib/v20180408/models.rb', line 1038

def TagKey
  @TagKey
end

#TagValueObject

Parameters:

  • TagKey:

    标签Key值

  • TagValue:

    标签值



1038
1039
1040
# File 'lib/v20180408/models.rb', line 1038

def TagValue
  @TagValue
end

Instance Method Details

#deserialize(params) ⇒ Object



1045
1046
1047
1048
# File 'lib/v20180408/models.rb', line 1045

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