Class: TencentCloud::Live::V20180801::DescribeLiveForbidStreamListRequest

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

Overview

DescribeLiveForbidStreamList请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(pagenum = nil, pagesize = nil, streamname = nil) ⇒ DescribeLiveForbidStreamListRequest

Returns a new instance of DescribeLiveForbidStreamListRequest.



7067
7068
7069
7070
7071
# File 'lib/v20180801/models.rb', line 7067

def initialize(pagenum=nil, pagesize=nil, streamname=nil)
  @PageNum = pagenum
  @PageSize = pagesize
  @StreamName = streamname
end

Instance Attribute Details

#PageNumObject

取值:1~100之前的任意整数。默认值:10。

Parameters:

  • PageNum:

    取得第几页,默认1。

  • PageSize:

    每页大小,最大100。

  • StreamName:

    按流名称查询。



7065
7066
7067
# File 'lib/v20180801/models.rb', line 7065

def PageNum
  @PageNum
end

#PageSizeObject

取值:1~100之前的任意整数。默认值:10。

Parameters:

  • PageNum:

    取得第几页,默认1。

  • PageSize:

    每页大小,最大100。

  • StreamName:

    按流名称查询。



7065
7066
7067
# File 'lib/v20180801/models.rb', line 7065

def PageSize
  @PageSize
end

#StreamNameObject

取值:1~100之前的任意整数。默认值:10。

Parameters:

  • PageNum:

    取得第几页,默认1。

  • PageSize:

    每页大小,最大100。

  • StreamName:

    按流名称查询。



7065
7066
7067
# File 'lib/v20180801/models.rb', line 7065

def StreamName
  @StreamName
end

Instance Method Details

#deserialize(params) ⇒ Object



7073
7074
7075
7076
7077
# File 'lib/v20180801/models.rb', line 7073

def deserialize(params)
  @PageNum = params['PageNum']
  @PageSize = params['PageSize']
  @StreamName = params['StreamName']
end