Class: TencentCloud::Wav::V20210129::TagDetailInfo

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, biztagid = nil, tagid = nil, sort = nil, createtime = nil) ⇒ TagDetailInfo

Returns a new instance of TagDetailInfo.



3270
3271
3272
3273
3274
3275
3276
# File 'lib/v20210129/models.rb', line 3270

def initialize(tagname=nil, biztagid=nil, tagid=nil, sort=nil, createtime=nil)
  @TagName = tagname
  @BizTagId = biztagid
  @TagId = tagid
  @Sort = sort
  @CreateTime = createtime
end

Instance Attribute Details

#BizTagIdObject

Parameters:

  • TagName:

    标签名称

  • BizTagId:

    标签业务ID

  • TagId:

    企微标签ID

  • Sort:

    标签排序的次序值,sort值大的排序靠前。有效的值范围是[0, 2^32)

  • CreateTime:

    标签创建时间,单位为秒



3268
3269
3270
# File 'lib/v20210129/models.rb', line 3268

def BizTagId
  @BizTagId
end

#CreateTimeObject

Parameters:

  • TagName:

    标签名称

  • BizTagId:

    标签业务ID

  • TagId:

    企微标签ID

  • Sort:

    标签排序的次序值,sort值大的排序靠前。有效的值范围是[0, 2^32)

  • CreateTime:

    标签创建时间,单位为秒



3268
3269
3270
# File 'lib/v20210129/models.rb', line 3268

def CreateTime
  @CreateTime
end

#SortObject

Parameters:

  • TagName:

    标签名称

  • BizTagId:

    标签业务ID

  • TagId:

    企微标签ID

  • Sort:

    标签排序的次序值,sort值大的排序靠前。有效的值范围是[0, 2^32)

  • CreateTime:

    标签创建时间,单位为秒



3268
3269
3270
# File 'lib/v20210129/models.rb', line 3268

def Sort
  @Sort
end

#TagIdObject

Parameters:

  • TagName:

    标签名称

  • BizTagId:

    标签业务ID

  • TagId:

    企微标签ID

  • Sort:

    标签排序的次序值,sort值大的排序靠前。有效的值范围是[0, 2^32)

  • CreateTime:

    标签创建时间,单位为秒



3268
3269
3270
# File 'lib/v20210129/models.rb', line 3268

def TagId
  @TagId
end

#TagNameObject

Parameters:

  • TagName:

    标签名称

  • BizTagId:

    标签业务ID

  • TagId:

    企微标签ID

  • Sort:

    标签排序的次序值,sort值大的排序靠前。有效的值范围是[0, 2^32)

  • CreateTime:

    标签创建时间,单位为秒



3268
3269
3270
# File 'lib/v20210129/models.rb', line 3268

def TagName
  @TagName
end

Instance Method Details

#deserialize(params) ⇒ Object



3278
3279
3280
3281
3282
3283
3284
# File 'lib/v20210129/models.rb', line 3278

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