Class: TencentCloud::Iotvideoindustry::V20201201::LiveRecordItem
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotvideoindustry::V20201201::LiveRecordItem
- Defined in:
- lib/v20201201/models.rb
Overview
直播录制详情item
Instance Attribute Summary collapse
- #EndTime ⇒ Object
- #ExpectDeleteTime ⇒ Object
- #FileSize ⇒ Object
- #IntID ⇒ Object
- #LiveChannelId ⇒ Object
- #RecordPlanId ⇒ Object
- #RecordTimeLen ⇒ Object
- #StartTime ⇒ Object
- #VideoUrl ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(intid = nil, livechannelid = nil, expectdeletetime = nil, recordtimelen = nil, filesize = nil, videourl = nil, recordplanid = nil, starttime = nil, endtime = nil) ⇒ LiveRecordItem
constructor
A new instance of LiveRecordItem.
Constructor Details
#initialize(intid = nil, livechannelid = nil, expectdeletetime = nil, recordtimelen = nil, filesize = nil, videourl = nil, recordplanid = nil, starttime = nil, endtime = nil) ⇒ LiveRecordItem
Returns a new instance of LiveRecordItem.
5058 5059 5060 5061 5062 5063 5064 5065 5066 5067 5068 |
# File 'lib/v20201201/models.rb', line 5058 def initialize(intid=nil, livechannelid=nil, expectdeletetime=nil, recordtimelen=nil, filesize=nil, videourl=nil, recordplanid=nil, starttime=nil, endtime=nil) @IntID = intid @LiveChannelId = livechannelid @ExpectDeleteTime = expectdeletetime @RecordTimeLen = recordtimelen @FileSize = filesize @VideoUrl = videourl @RecordPlanId = recordplanid @StartTime = starttime @EndTime = endtime end |
Instance Attribute Details
#EndTime ⇒ Object
5056 5057 5058 |
# File 'lib/v20201201/models.rb', line 5056 def EndTime @EndTime end |
#ExpectDeleteTime ⇒ Object
5056 5057 5058 |
# File 'lib/v20201201/models.rb', line 5056 def ExpectDeleteTime @ExpectDeleteTime end |
#FileSize ⇒ Object
5056 5057 5058 |
# File 'lib/v20201201/models.rb', line 5056 def FileSize @FileSize end |
#IntID ⇒ Object
5056 5057 5058 |
# File 'lib/v20201201/models.rb', line 5056 def IntID @IntID end |
#LiveChannelId ⇒ Object
5056 5057 5058 |
# File 'lib/v20201201/models.rb', line 5056 def LiveChannelId @LiveChannelId end |
#RecordPlanId ⇒ Object
5056 5057 5058 |
# File 'lib/v20201201/models.rb', line 5056 def RecordPlanId @RecordPlanId end |
#RecordTimeLen ⇒ Object
5056 5057 5058 |
# File 'lib/v20201201/models.rb', line 5056 def RecordTimeLen @RecordTimeLen end |
#StartTime ⇒ Object
5056 5057 5058 |
# File 'lib/v20201201/models.rb', line 5056 def StartTime @StartTime end |
#VideoUrl ⇒ Object
5056 5057 5058 |
# File 'lib/v20201201/models.rb', line 5056 def VideoUrl @VideoUrl end |
Instance Method Details
#deserialize(params) ⇒ Object
5070 5071 5072 5073 5074 5075 5076 5077 5078 5079 5080 |
# File 'lib/v20201201/models.rb', line 5070 def deserialize(params) @IntID = params['IntID'] @LiveChannelId = params['LiveChannelId'] @ExpectDeleteTime = params['ExpectDeleteTime'] @RecordTimeLen = params['RecordTimeLen'] @FileSize = params['FileSize'] @VideoUrl = params['VideoUrl'] @RecordPlanId = params['RecordPlanId'] @StartTime = params['StartTime'] @EndTime = params['EndTime'] end |