Class: TencentCloud::Tse::V20201207::InstanceTagInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tse::V20201207::InstanceTagInfo
- Defined in:
- lib/v20201207/models.rb
Overview
引擎实例的标签信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(tagkey = nil, tagvalue = nil) ⇒ InstanceTagInfo
constructor
A new instance of InstanceTagInfo.
Constructor Details
#initialize(tagkey = nil, tagvalue = nil) ⇒ InstanceTagInfo
Returns a new instance of InstanceTagInfo.
8510 8511 8512 8513 |
# File 'lib/v20201207/models.rb', line 8510 def initialize(tagkey=nil, tagvalue=nil) @TagKey = tagkey @TagValue = tagvalue end |
Instance Attribute Details
#TagKey ⇒ Object
8508 8509 8510 |
# File 'lib/v20201207/models.rb', line 8508 def TagKey @TagKey end |
#TagValue ⇒ Object
8508 8509 8510 |
# File 'lib/v20201207/models.rb', line 8508 def TagValue @TagValue end |
Instance Method Details
#deserialize(params) ⇒ Object
8515 8516 8517 8518 |
# File 'lib/v20201207/models.rb', line 8515 def deserialize(params) @TagKey = params['TagKey'] @TagValue = params['TagValue'] end |