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.



2660
2661
2662
2663
2664
2665
2666
# File 'lib/v20201201/models.rb', line 2660

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:

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



2658
2659
2660
# File 'lib/v20201201/models.rb', line 2658

def Limit
  @Limit
end

#LiveChannelNameObject

Parameters:

  • Offset:

    偏移量

  • Limit:

    最大数

  • LiveChannelType:

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

  • RecordPlanId:

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

  • LiveChannelName:

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



2658
2659
2660
# File 'lib/v20201201/models.rb', line 2658

def LiveChannelName
  @LiveChannelName
end

#LiveChannelTypeObject

Parameters:

  • Offset:

    偏移量

  • Limit:

    最大数

  • LiveChannelType:

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

  • RecordPlanId:

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

  • LiveChannelName:

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



2658
2659
2660
# File 'lib/v20201201/models.rb', line 2658

def LiveChannelType
  @LiveChannelType
end

#OffsetObject

Parameters:

  • Offset:

    偏移量

  • Limit:

    最大数

  • LiveChannelType:

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

  • RecordPlanId:

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

  • LiveChannelName:

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



2658
2659
2660
# File 'lib/v20201201/models.rb', line 2658

def Offset
  @Offset
end

#RecordPlanIdObject

Parameters:

  • Offset:

    偏移量

  • Limit:

    最大数

  • LiveChannelType:

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

  • RecordPlanId:

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

  • LiveChannelName:

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



2658
2659
2660
# File 'lib/v20201201/models.rb', line 2658

def RecordPlanId
  @RecordPlanId
end

Instance Method Details

#deserialize(params) ⇒ Object



2668
2669
2670
2671
2672
2673
2674
# File 'lib/v20201201/models.rb', line 2668

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