Class: TencentCloud::Trabbit::V20230418::RabbitMQServerlessTag
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Trabbit::V20230418::RabbitMQServerlessTag
- Defined in:
- lib/v20230418/models.rb
Overview
标签
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(tagkey = nil, tagvalue = nil) ⇒ RabbitMQServerlessTag
constructor
A new instance of RabbitMQServerlessTag.
Constructor Details
#initialize(tagkey = nil, tagvalue = nil) ⇒ RabbitMQServerlessTag
Returns a new instance of RabbitMQServerlessTag.
2772 2773 2774 2775 |
# File 'lib/v20230418/models.rb', line 2772 def initialize(tagkey=nil, tagvalue=nil) @TagKey = tagkey @TagValue = tagvalue end |
Instance Attribute Details
#TagKey ⇒ Object
2770 2771 2772 |
# File 'lib/v20230418/models.rb', line 2770 def TagKey @TagKey end |
#TagValue ⇒ Object
2770 2771 2772 |
# File 'lib/v20230418/models.rb', line 2770 def TagValue @TagValue end |
Instance Method Details
#deserialize(params) ⇒ Object
2777 2778 2779 2780 |
# File 'lib/v20230418/models.rb', line 2777 def deserialize(params) @TagKey = params['TagKey'] @TagValue = params['TagValue'] end |