Class: TencentCloud::Teo::V20220901::Tag
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Teo::V20220901::Tag
- Defined in:
- lib/v20220901/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.
22219 22220 22221 22222 |
# File 'lib/v20220901/models.rb', line 22219 def initialize(tagkey=nil, tagvalue=nil) @TagKey = tagkey @TagValue = tagvalue end |
Instance Attribute Details
#TagKey ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
22217 22218 22219 |
# File 'lib/v20220901/models.rb', line 22217 def TagKey @TagKey end |
#TagValue ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
22217 22218 22219 |
# File 'lib/v20220901/models.rb', line 22217 def TagValue @TagValue end |
Instance Method Details
#deserialize(params) ⇒ Object
22224 22225 22226 22227 |
# File 'lib/v20220901/models.rb', line 22224 def deserialize(params) @TagKey = params['TagKey'] @TagValue = params['TagValue'] end |