Class: TencentCloud::Tdai::V20250717::TagItem

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20250717/models.rb

Overview

资源标签

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#TagKeyObject



1253
1254
1255
# File 'lib/v20250717/models.rb', line 1253

def TagKey
  @TagKey
end

#TagValueObject



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