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.
8528 8529 8530 8531 |
# File 'lib/v20201207/models.rb', line 8528 def initialize(tagkey=nil, tagvalue=nil) @TagKey = tagkey @TagValue = tagvalue end |
Instance Attribute Details
#TagKey ⇒ Object
8526 8527 8528 |
# File 'lib/v20201207/models.rb', line 8526 def TagKey @TagKey end |
#TagValue ⇒ Object
8526 8527 8528 |
# File 'lib/v20201207/models.rb', line 8526 def TagValue @TagValue end |
Instance Method Details
#deserialize(params) ⇒ Object
8533 8534 8535 8536 |
# File 'lib/v20201207/models.rb', line 8533 def deserialize(params) @TagKey = params['TagKey'] @TagValue = params['TagValue'] end |