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



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



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

def AppName
  @AppName
end

#DomainObject



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

def Domain
  @Domain
end

#DomainGroupObject



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

def DomainGroup
  @DomainGroup
end

#EndTimeObject



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

def EndTime
  @EndTime
end

#StartTimeObject



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

def StartTime
  @StartTime
end

#StreamNameObject



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

def StreamName
  @StreamName
end

#TransCodeIdObject



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