Class: TencentCloud::Live::V20180801::DescribeTimeShiftRecordDetailRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Live::V20180801::DescribeTimeShiftRecordDetailRequest
- Defined in:
- lib/v20180801/models.rb
Overview
DescribeTimeShiftRecordDetail请求参数结构体
Instance Attribute Summary collapse
- #AppName ⇒ Object
- #Domain ⇒ Object
- #DomainGroup ⇒ Object
- #EndTime ⇒ Object
- #StartTime ⇒ Object
- #StreamName ⇒ Object
- #TransCodeId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(domain = nil, appname = nil, streamname = nil, starttime = nil, endtime = nil, domaingroup = nil, transcodeid = nil) ⇒ DescribeTimeShiftRecordDetailRequest
constructor
A new instance of DescribeTimeShiftRecordDetailRequest.
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
#AppName ⇒ Object
10194 10195 10196 |
# File 'lib/v20180801/models.rb', line 10194 def AppName @AppName end |
#Domain ⇒ Object
10194 10195 10196 |
# File 'lib/v20180801/models.rb', line 10194 def Domain @Domain end |
#DomainGroup ⇒ Object
10194 10195 10196 |
# File 'lib/v20180801/models.rb', line 10194 def DomainGroup @DomainGroup end |
#EndTime ⇒ Object
10194 10195 10196 |
# File 'lib/v20180801/models.rb', line 10194 def EndTime @EndTime end |
#StartTime ⇒ Object
10194 10195 10196 |
# File 'lib/v20180801/models.rb', line 10194 def StartTime @StartTime end |
#StreamName ⇒ Object
10194 10195 10196 |
# File 'lib/v20180801/models.rb', line 10194 def StreamName @StreamName end |
#TransCodeId ⇒ Object
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 |