Class: TencentCloud::Teo::V20220106::Tag
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Teo::V20220106::Tag
- Defined in:
- lib/v20220106/models.rb
Overview
标签配置
Instance Attribute Summary collapse
-
#TagKey ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#TagValue ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(tagkey = nil, tagvalue = nil) ⇒ Tag
constructor
A new instance of Tag.
Constructor Details
#initialize(tagkey = nil, tagvalue = nil) ⇒ Tag
Returns a new instance of Tag.
528 529 530 531 |
# File 'lib/v20220106/models.rb', line 528 def initialize(tagkey=nil, tagvalue=nil) @TagKey = tagkey @TagValue = tagvalue end |
Instance Attribute Details
#TagKey ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
526 527 528 |
# File 'lib/v20220106/models.rb', line 526 def TagKey @TagKey end |
#TagValue ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
526 527 528 |
# File 'lib/v20220106/models.rb', line 526 def TagValue @TagValue end |
Instance Method Details
#deserialize(params) ⇒ Object
533 534 535 536 |
# File 'lib/v20220106/models.rb', line 533 def deserialize(params) @TagKey = params['TagKey'] @TagValue = params['TagValue'] end |