Class: TencentCloud::Tdai::V20250717::TagItem
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tdai::V20250717::TagItem
- Defined in:
- lib/v20250717/models.rb
Overview
资源标签
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(tagkey = nil, tagvalue = nil) ⇒ TagItem
constructor
A new instance of TagItem.
Constructor Details
#initialize(tagkey = nil, tagvalue = nil) ⇒ TagItem
1255 1256 1257 1258 |
# File 'lib/v20250717/models.rb', line 1255 def initialize(tagkey=nil, tagvalue=nil) @TagKey = tagkey @TagValue = tagvalue end |
Instance Attribute Details
#TagKey ⇒ Object
1253 1254 1255 |
# File 'lib/v20250717/models.rb', line 1253 def TagKey @TagKey end |
#TagValue ⇒ Object
1253 1254 1255 |
# File 'lib/v20250717/models.rb', line 1253 def TagValue @TagValue end |
Instance Method Details
#deserialize(params) ⇒ Object
1260 1261 1262 1263 |
# File 'lib/v20250717/models.rb', line 1260 def deserialize(params) @TagKey = params['TagKey'] @TagValue = params['TagValue'] end |