Class: TencentCloud::Live::V20180801::RecentPullInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Live::V20180801::RecentPullInfo
- Defined in:
- lib/v20180801/models.rb
Overview
直播拉流当前正在拉的文件信息。
Instance Attribute Summary collapse
-
#FileUrl ⇒ Object
如:2020-07-23T03:20:39Z。 注意:与北京时间相差八小时。.
-
#LoopedTimes ⇒ Object
如:2020-07-23T03:20:39Z。 注意:与北京时间相差八小时。.
-
#OffsetTime ⇒ Object
如:2020-07-23T03:20:39Z。 注意:与北京时间相差八小时。.
-
#ReportTime ⇒ Object
如:2020-07-23T03:20:39Z。 注意:与北京时间相差八小时。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(fileurl = nil, offsettime = nil, reporttime = nil, loopedtimes = nil) ⇒ RecentPullInfo
constructor
A new instance of RecentPullInfo.
Constructor Details
#initialize(fileurl = nil, offsettime = nil, reporttime = nil, loopedtimes = nil) ⇒ RecentPullInfo
Returns a new instance of RecentPullInfo.
14160 14161 14162 14163 14164 14165 |
# File 'lib/v20180801/models.rb', line 14160 def initialize(fileurl=nil, offsettime=nil, reporttime=nil, loopedtimes=nil) @FileUrl = fileurl @OffsetTime = offsettime @ReportTime = reporttime @LoopedTimes = loopedtimes end |
Instance Attribute Details
#FileUrl ⇒ Object
如:2020-07-23T03:20:39Z。注意:与北京时间相差八小时。
14158 14159 14160 |
# File 'lib/v20180801/models.rb', line 14158 def FileUrl @FileUrl end |
#LoopedTimes ⇒ Object
如:2020-07-23T03:20:39Z。注意:与北京时间相差八小时。
14158 14159 14160 |
# File 'lib/v20180801/models.rb', line 14158 def LoopedTimes @LoopedTimes end |
#OffsetTime ⇒ Object
如:2020-07-23T03:20:39Z。注意:与北京时间相差八小时。
14158 14159 14160 |
# File 'lib/v20180801/models.rb', line 14158 def OffsetTime @OffsetTime end |
#ReportTime ⇒ Object
如:2020-07-23T03:20:39Z。注意:与北京时间相差八小时。
14158 14159 14160 |
# File 'lib/v20180801/models.rb', line 14158 def ReportTime @ReportTime end |
Instance Method Details
#deserialize(params) ⇒ Object
14167 14168 14169 14170 14171 14172 |
# File 'lib/v20180801/models.rb', line 14167 def deserialize(params) @FileUrl = params['FileUrl'] @OffsetTime = params['OffsetTime'] @ReportTime = params['ReportTime'] @LoopedTimes = params['LoopedTimes'] end |