Class: TencentCloud::Wav::V20210129::TagInfo

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

Overview

标签信息

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(tagname = nil, sort = nil) ⇒ TagInfo

Returns a new instance of TagInfo.



3339
3340
3341
3342
# File 'lib/v20210129/models.rb', line 3339

def initialize(tagname=nil, sort=nil)
  @TagName = tagname
  @Sort = sort
end

Instance Attribute Details

#SortObject

Parameters:

  • TagName:

    标签名称, 最大长度限制15个字符

  • Sort:

    标签组排序,值越大,排序越靠前



3337
3338
3339
# File 'lib/v20210129/models.rb', line 3337

def Sort
  @Sort
end

#TagNameObject

Parameters:

  • TagName:

    标签名称, 最大长度限制15个字符

  • Sort:

    标签组排序,值越大,排序越靠前



3337
3338
3339
# File 'lib/v20210129/models.rb', line 3337

def TagName
  @TagName
end

Instance Method Details

#deserialize(params) ⇒ Object



3344
3345
3346
3347
# File 'lib/v20210129/models.rb', line 3344

def deserialize(params)
  @TagName = params['TagName']
  @Sort = params['Sort']
end