Class: TencentCloud::Lcic::V20220817::CustomRecordInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Lcic::V20220817::CustomRecordInfo
- Defined in:
- lib/v20220817/models.rb
Overview
自定义录制信息
Instance Attribute Summary collapse
- #Duration ⇒ Object
- #FileFormat ⇒ Object
- #RecordSize ⇒ Object
- #RecordUrl ⇒ Object
- #StartTime ⇒ Object
- #StopTime ⇒ Object
- #TaskId ⇒ Object
- #VideoId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(starttime = nil, stoptime = nil, duration = nil, fileformat = nil, recordurl = nil, recordsize = nil, videoid = nil, taskid = nil) ⇒ CustomRecordInfo
constructor
A new instance of CustomRecordInfo.
Constructor Details
#initialize(starttime = nil, stoptime = nil, duration = nil, fileformat = nil, recordurl = nil, recordsize = nil, videoid = nil, taskid = nil) ⇒ CustomRecordInfo
Returns a new instance of CustomRecordInfo.
1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 |
# File 'lib/v20220817/models.rb', line 1129 def initialize(starttime=nil, stoptime=nil, duration=nil, fileformat=nil, recordurl=nil, recordsize=nil, videoid=nil, taskid=nil) @StartTime = starttime @StopTime = stoptime @Duration = duration @FileFormat = fileformat @RecordUrl = recordurl @RecordSize = recordsize @VideoId = videoid @TaskId = taskid end |
Instance Attribute Details
#Duration ⇒ Object
1127 1128 1129 |
# File 'lib/v20220817/models.rb', line 1127 def Duration @Duration end |
#FileFormat ⇒ Object
1127 1128 1129 |
# File 'lib/v20220817/models.rb', line 1127 def FileFormat @FileFormat end |
#RecordSize ⇒ Object
1127 1128 1129 |
# File 'lib/v20220817/models.rb', line 1127 def RecordSize @RecordSize end |
#RecordUrl ⇒ Object
1127 1128 1129 |
# File 'lib/v20220817/models.rb', line 1127 def RecordUrl @RecordUrl end |
#StartTime ⇒ Object
1127 1128 1129 |
# File 'lib/v20220817/models.rb', line 1127 def StartTime @StartTime end |
#StopTime ⇒ Object
1127 1128 1129 |
# File 'lib/v20220817/models.rb', line 1127 def StopTime @StopTime end |
#TaskId ⇒ Object
1127 1128 1129 |
# File 'lib/v20220817/models.rb', line 1127 def TaskId @TaskId end |
#VideoId ⇒ Object
1127 1128 1129 |
# File 'lib/v20220817/models.rb', line 1127 def VideoId @VideoId end |
Instance Method Details
#deserialize(params) ⇒ Object
1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 |
# File 'lib/v20220817/models.rb', line 1140 def deserialize(params) @StartTime = params['StartTime'] @StopTime = params['StopTime'] @Duration = params['Duration'] @FileFormat = params['FileFormat'] @RecordUrl = params['RecordUrl'] @RecordSize = params['RecordSize'] @VideoId = params['VideoId'] @TaskId = params['TaskId'] end |