Class: TencentCloud::Mongodb::V20180408::TagInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mongodb::V20180408::TagInfo
- Defined in:
- lib/v20180408/models.rb
Overview
实例标签信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(tagkey = nil, tagvalue = nil) ⇒ TagInfo
constructor
A new instance of TagInfo.
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
#TagKey ⇒ Object
1038 1039 1040 |
# File 'lib/v20180408/models.rb', line 1038 def TagKey @TagKey end |
#TagValue ⇒ Object
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 |