Class: TencentCloud::Live::V20180801::CreateRecordTaskRequest

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

Overview

CreateRecordTask请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(streamname = nil, domainname = nil, appname = nil, endtime = nil, starttime = nil, streamtype = nil, templateid = nil, extension = nil) ⇒ CreateRecordTaskRequest



3948
3949
3950
3951
3952
3953
3954
3955
3956
3957
# File 'lib/v20180801/models.rb', line 3948

def initialize(streamname=nil, domainname=nil, appname=nil, endtime=nil, starttime=nil, streamtype=nil, templateid=nil, extension=nil)
  @StreamName = streamname
  @DomainName = domainname
  @AppName = appname
  @EndTime = endtime
  @StartTime = starttime
  @StreamType = streamtype
  @TemplateId = templateid
  @Extension = extension
end

Instance Attribute Details

#AppNameObject

0-直播推流。1-合成流,即 A+B=C 类型混流。



3946
3947
3948
# File 'lib/v20180801/models.rb', line 3946

def AppName
  @AppName
end

#DomainNameObject

0-直播推流。1-合成流,即 A+B=C 类型混流。



3946
3947
3948
# File 'lib/v20180801/models.rb', line 3946

def DomainName
  @DomainName
end

#EndTimeObject

0-直播推流。1-合成流,即 A+B=C 类型混流。



3946
3947
3948
# File 'lib/v20180801/models.rb', line 3946

def EndTime
  @EndTime
end

#ExtensionObject

0-直播推流。1-合成流,即 A+B=C 类型混流。



3946
3947
3948
# File 'lib/v20180801/models.rb', line 3946

def Extension
  @Extension
end

#StartTimeObject

0-直播推流。1-合成流,即 A+B=C 类型混流。



3946
3947
3948
# File 'lib/v20180801/models.rb', line 3946

def StartTime
  @StartTime
end

#StreamNameObject

0-直播推流。1-合成流,即 A+B=C 类型混流。



3946
3947
3948
# File 'lib/v20180801/models.rb', line 3946

def StreamName
  @StreamName
end

#StreamTypeObject

0-直播推流。1-合成流,即 A+B=C 类型混流。



3946
3947
3948
# File 'lib/v20180801/models.rb', line 3946

def StreamType
  @StreamType
end

#TemplateIdObject

0-直播推流。1-合成流,即 A+B=C 类型混流。



3946
3947
3948
# File 'lib/v20180801/models.rb', line 3946

def TemplateId
  @TemplateId
end

Instance Method Details

#deserialize(params) ⇒ Object



3959
3960
3961
3962
3963
3964
3965
3966
3967
3968
# File 'lib/v20180801/models.rb', line 3959

def deserialize(params)
  @StreamName = params['StreamName']
  @DomainName = params['DomainName']
  @AppName = params['AppName']
  @EndTime = params['EndTime']
  @StartTime = params['StartTime']
  @StreamType = params['StreamType']
  @TemplateId = params['TemplateId']
  @Extension = params['Extension']
end