Class: TencentCloud::Mongodb::V20190725::TagInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mongodb::V20190725::TagInfo
- Defined in:
- lib/v20190725/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.
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
#TagKey ⇒ Object
6223 6224 6225 |
# File 'lib/v20190725/models.rb', line 6223 def TagKey @TagKey end |
#TagValue ⇒ Object
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 |