Class: TencentCloud::Iotvideoindustry::V20201201::DescribeRecordDatesByLiveRequest

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

Overview

DescribeRecordDatesByLive请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(livechannelid = nil, offset = nil, limit = nil) ⇒ DescribeRecordDatesByLiveRequest

Returns a new instance of DescribeRecordDatesByLiveRequest.



3366
3367
3368
3369
3370
# File 'lib/v20201201/models.rb', line 3366

def initialize(livechannelid=nil, offset=nil, limit=nil)
  @LiveChannelId = livechannelid
  @Offset = offset
  @Limit = limit
end

Instance Attribute Details

#LimitObject

Parameters:

  • LiveChannelId:

    直播频道ID

  • Offset:

    分页值,本地录制时参数无效

  • Limit:

    限制值,本地录制时参数无效



3364
3365
3366
# File 'lib/v20201201/models.rb', line 3364

def Limit
  @Limit
end

#LiveChannelIdObject

Parameters:

  • LiveChannelId:

    直播频道ID

  • Offset:

    分页值,本地录制时参数无效

  • Limit:

    限制值,本地录制时参数无效



3364
3365
3366
# File 'lib/v20201201/models.rb', line 3364

def LiveChannelId
  @LiveChannelId
end

#OffsetObject

Parameters:

  • LiveChannelId:

    直播频道ID

  • Offset:

    分页值,本地录制时参数无效

  • Limit:

    限制值,本地录制时参数无效



3364
3365
3366
# File 'lib/v20201201/models.rb', line 3364

def Offset
  @Offset
end

Instance Method Details

#deserialize(params) ⇒ Object



3372
3373
3374
3375
3376
# File 'lib/v20201201/models.rb', line 3372

def deserialize(params)
  @LiveChannelId = params['LiveChannelId']
  @Offset = params['Offset']
  @Limit = params['Limit']
end