Class: TencentCloud::Live::V20180801::DescribeTimeShiftRecordDetailRequest

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

Overview

DescribeTimeShiftRecordDetail请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(domain = nil, appname = nil, streamname = nil, starttime = nil, endtime = nil, domaingroup = nil, transcodeid = nil) ⇒ DescribeTimeShiftRecordDetailRequest

Returns a new instance of DescribeTimeShiftRecordDetailRequest.



10196
10197
10198
10199
10200
10201
10202
10203
10204
# File 'lib/v20180801/models.rb', line 10196

def initialize(domain=nil, appname=nil, streamname=nil, starttime=nil, endtime=nil, domaingroup=nil, transcodeid=nil)
  @Domain = domain
  @AppName = appname
  @StreamName = streamname
  @StartTime = starttime
  @EndTime = endtime
  @DomainGroup = domaingroup
  @TransCodeId = transcodeid
end

Instance Attribute Details

#AppNameObject

Parameters:

  • Domain:

    推流域名。

  • AppName:

    推流路径。

  • StreamName:

    流名称。

  • StartTime:

    查询范围起始时间,Unix 时间戳。

  • EndTime:

    查询范围终止时间,Unix 时间戳。

  • DomainGroup:

    推流域名所属组,没有域名组或者域名组为空字符串可不填。

  • TransCodeId:

    转码模板ID,转码模板ID为0可不填。



10194
10195
10196
# File 'lib/v20180801/models.rb', line 10194

def AppName
  @AppName
end

#DomainObject

Parameters:

  • Domain:

    推流域名。

  • AppName:

    推流路径。

  • StreamName:

    流名称。

  • StartTime:

    查询范围起始时间,Unix 时间戳。

  • EndTime:

    查询范围终止时间,Unix 时间戳。

  • DomainGroup:

    推流域名所属组,没有域名组或者域名组为空字符串可不填。

  • TransCodeId:

    转码模板ID,转码模板ID为0可不填。



10194
10195
10196
# File 'lib/v20180801/models.rb', line 10194

def Domain
  @Domain
end

#DomainGroupObject

Parameters:

  • Domain:

    推流域名。

  • AppName:

    推流路径。

  • StreamName:

    流名称。

  • StartTime:

    查询范围起始时间,Unix 时间戳。

  • EndTime:

    查询范围终止时间,Unix 时间戳。

  • DomainGroup:

    推流域名所属组,没有域名组或者域名组为空字符串可不填。

  • TransCodeId:

    转码模板ID,转码模板ID为0可不填。



10194
10195
10196
# File 'lib/v20180801/models.rb', line 10194

def DomainGroup
  @DomainGroup
end

#EndTimeObject

Parameters:

  • Domain:

    推流域名。

  • AppName:

    推流路径。

  • StreamName:

    流名称。

  • StartTime:

    查询范围起始时间,Unix 时间戳。

  • EndTime:

    查询范围终止时间,Unix 时间戳。

  • DomainGroup:

    推流域名所属组,没有域名组或者域名组为空字符串可不填。

  • TransCodeId:

    转码模板ID,转码模板ID为0可不填。



10194
10195
10196
# File 'lib/v20180801/models.rb', line 10194

def EndTime
  @EndTime
end

#StartTimeObject

Parameters:

  • Domain:

    推流域名。

  • AppName:

    推流路径。

  • StreamName:

    流名称。

  • StartTime:

    查询范围起始时间,Unix 时间戳。

  • EndTime:

    查询范围终止时间,Unix 时间戳。

  • DomainGroup:

    推流域名所属组,没有域名组或者域名组为空字符串可不填。

  • TransCodeId:

    转码模板ID,转码模板ID为0可不填。



10194
10195
10196
# File 'lib/v20180801/models.rb', line 10194

def StartTime
  @StartTime
end

#StreamNameObject

Parameters:

  • Domain:

    推流域名。

  • AppName:

    推流路径。

  • StreamName:

    流名称。

  • StartTime:

    查询范围起始时间,Unix 时间戳。

  • EndTime:

    查询范围终止时间,Unix 时间戳。

  • DomainGroup:

    推流域名所属组,没有域名组或者域名组为空字符串可不填。

  • TransCodeId:

    转码模板ID,转码模板ID为0可不填。



10194
10195
10196
# File 'lib/v20180801/models.rb', line 10194

def StreamName
  @StreamName
end

#TransCodeIdObject

Parameters:

  • Domain:

    推流域名。

  • AppName:

    推流路径。

  • StreamName:

    流名称。

  • StartTime:

    查询范围起始时间,Unix 时间戳。

  • EndTime:

    查询范围终止时间,Unix 时间戳。

  • DomainGroup:

    推流域名所属组,没有域名组或者域名组为空字符串可不填。

  • TransCodeId:

    转码模板ID,转码模板ID为0可不填。



10194
10195
10196
# File 'lib/v20180801/models.rb', line 10194

def TransCodeId
  @TransCodeId
end

Instance Method Details

#deserialize(params) ⇒ Object



10206
10207
10208
10209
10210
10211
10212
10213
10214
# File 'lib/v20180801/models.rb', line 10206

def deserialize(params)
  @Domain = params['Domain']
  @AppName = params['AppName']
  @StreamName = params['StreamName']
  @StartTime = params['StartTime']
  @EndTime = params['EndTime']
  @DomainGroup = params['DomainGroup']
  @TransCodeId = params['TransCodeId']
end