Class: TencentCloud::Thpc::V20211109::Tag
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Thpc::V20211109::Tag
- Defined in:
- lib/v20211109/models.rb
Overview
标签键值对。
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(key = nil, value = nil) ⇒ Tag
constructor
A new instance of Tag.
Constructor Details
#initialize(key = nil, value = nil) ⇒ Tag
Returns a new instance of Tag.
867 868 869 870 |
# File 'lib/v20211109/models.rb', line 867 def initialize(key=nil, value=nil) @Key = key @Value = value end |
Instance Attribute Details
#Key ⇒ Object
865 866 867 |
# File 'lib/v20211109/models.rb', line 865 def Key @Key end |
#Value ⇒ Object
865 866 867 |
# File 'lib/v20211109/models.rb', line 865 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
872 873 874 875 |
# File 'lib/v20211109/models.rb', line 872 def deserialize(params) @Key = params['Key'] @Value = params['Value'] end |