Class: TencentCloud::Iotvideoindustry::V20201201::DescribeLiveChannelListRequest

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

Overview

DescribeLiveChannelList请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(offset = nil, limit = nil, livechanneltype = nil, recordplanid = nil, livechannelname = nil) ⇒ DescribeLiveChannelListRequest

Returns a new instance of DescribeLiveChannelListRequest.



2718
2719
2720
2721
2722
2723
2724
# File 'lib/v20201201/models.rb', line 2718

def initialize(offset=nil, limit=nil, livechanneltype=nil, recordplanid=nil, livechannelname=nil)
  @Offset = offset
  @Limit = limit
  @LiveChannelType = livechanneltype
  @RecordPlanId = recordplanid
  @LiveChannelName = livechannelname
end

Instance Attribute Details

#LimitObject

Parameters:

  • Offset:

    偏移量

  • Limit:

    最大数

  • LiveChannelType:

    直播频道类型,1:固定直播;2:移动直播

  • RecordPlanId:

    直播录制计划ID, null: 直播录制计划为空

  • LiveChannelName:

    频道名称 (支持模糊搜索)



2716
2717
2718
# File 'lib/v20201201/models.rb', line 2716

def Limit
  @Limit
end

#LiveChannelNameObject

Parameters:

  • Offset:

    偏移量

  • Limit:

    最大数

  • LiveChannelType:

    直播频道类型,1:固定直播;2:移动直播

  • RecordPlanId:

    直播录制计划ID, null: 直播录制计划为空

  • LiveChannelName:

    频道名称 (支持模糊搜索)



2716
2717
2718
# File 'lib/v20201201/models.rb', line 2716

def LiveChannelName
  @LiveChannelName
end

#LiveChannelTypeObject

Parameters:

  • Offset:

    偏移量

  • Limit:

    最大数

  • LiveChannelType:

    直播频道类型,1:固定直播;2:移动直播

  • RecordPlanId:

    直播录制计划ID, null: 直播录制计划为空

  • LiveChannelName:

    频道名称 (支持模糊搜索)



2716
2717
2718
# File 'lib/v20201201/models.rb', line 2716

def LiveChannelType
  @LiveChannelType
end

#OffsetObject

Parameters:

  • Offset:

    偏移量

  • Limit:

    最大数

  • LiveChannelType:

    直播频道类型,1:固定直播;2:移动直播

  • RecordPlanId:

    直播录制计划ID, null: 直播录制计划为空

  • LiveChannelName:

    频道名称 (支持模糊搜索)



2716
2717
2718
# File 'lib/v20201201/models.rb', line 2716

def Offset
  @Offset
end

#RecordPlanIdObject

Parameters:

  • Offset:

    偏移量

  • Limit:

    最大数

  • LiveChannelType:

    直播频道类型,1:固定直播;2:移动直播

  • RecordPlanId:

    直播录制计划ID, null: 直播录制计划为空

  • LiveChannelName:

    频道名称 (支持模糊搜索)



2716
2717
2718
# File 'lib/v20201201/models.rb', line 2716

def RecordPlanId
  @RecordPlanId
end

Instance Method Details

#deserialize(params) ⇒ Object



2726
2727
2728
2729
2730
2731
2732
# File 'lib/v20201201/models.rb', line 2726

def deserialize(params)
  @Offset = params['Offset']
  @Limit = params['Limit']
  @LiveChannelType = params['LiveChannelType']
  @RecordPlanId = params['RecordPlanId']
  @LiveChannelName = params['LiveChannelName']
end