Class: TencentCloud::Mongodb::V20190725::NodeTag
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mongodb::V20190725::NodeTag
- Defined in:
- lib/v20190725/models.rb
Overview
节点Tag
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(tagkey = nil, tagvalue = nil) ⇒ NodeTag
constructor
A new instance of NodeTag.
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
#TagKey ⇒ Object
5193 5194 5195 |
# File 'lib/v20190725/models.rb', line 5193 def TagKey @TagKey end |
#TagValue ⇒ Object
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 |