Class: TencentCloud::Live::V20180801::DescribeAuditKeywordsRequest

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

Overview

DescribeAuditKeywords请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(offset = nil, limit = nil, libid = nil, content = nil, labels = nil) ⇒ DescribeAuditKeywordsRequest

Returns a new instance of DescribeAuditKeywordsRequest.



5294
5295
5296
5297
5298
5299
5300
# File 'lib/v20180801/models.rb', line 5294

def initialize(offset=nil, limit=nil, libid=nil, content=nil, labels=nil)
  @Offset = offset
  @Limit = limit
  @LibId = libid
  @Content = content
  @Labels = labels
end

Instance Attribute Details

#ContentObject

为空字符串时忽略。

Parameters:

  • Offset:

    获取偏移量。

  • Limit:

    单页条数,最大为100条,超过则按100条返回。

  • LibId:

    关键词库 Id。

  • Content:

    关键词搜索字段。

  • Labels:

    标签类别搜索。



5292
5293
5294
# File 'lib/v20180801/models.rb', line 5292

def Content
  @Content
end

#LabelsObject

为空字符串时忽略。

Parameters:

  • Offset:

    获取偏移量。

  • Limit:

    单页条数,最大为100条,超过则按100条返回。

  • LibId:

    关键词库 Id。

  • Content:

    关键词搜索字段。

  • Labels:

    标签类别搜索。



5292
5293
5294
# File 'lib/v20180801/models.rb', line 5292

def Labels
  @Labels
end

#LibIdObject

为空字符串时忽略。

Parameters:

  • Offset:

    获取偏移量。

  • Limit:

    单页条数,最大为100条,超过则按100条返回。

  • LibId:

    关键词库 Id。

  • Content:

    关键词搜索字段。

  • Labels:

    标签类别搜索。



5292
5293
5294
# File 'lib/v20180801/models.rb', line 5292

def LibId
  @LibId
end

#LimitObject

为空字符串时忽略。

Parameters:

  • Offset:

    获取偏移量。

  • Limit:

    单页条数,最大为100条,超过则按100条返回。

  • LibId:

    关键词库 Id。

  • Content:

    关键词搜索字段。

  • Labels:

    标签类别搜索。



5292
5293
5294
# File 'lib/v20180801/models.rb', line 5292

def Limit
  @Limit
end

#OffsetObject

为空字符串时忽略。

Parameters:

  • Offset:

    获取偏移量。

  • Limit:

    单页条数,最大为100条,超过则按100条返回。

  • LibId:

    关键词库 Id。

  • Content:

    关键词搜索字段。

  • Labels:

    标签类别搜索。



5292
5293
5294
# File 'lib/v20180801/models.rb', line 5292

def Offset
  @Offset
end

Instance Method Details

#deserialize(params) ⇒ Object



5302
5303
5304
5305
5306
5307
5308
# File 'lib/v20180801/models.rb', line 5302

def deserialize(params)
  @Offset = params['Offset']
  @Limit = params['Limit']
  @LibId = params['LibId']
  @Content = params['Content']
  @Labels = params['Labels']
end