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.
4901 4902 4903 4904 4905 4906 4907 4908 4909 4910 4911 |
# File 'lib/v20201201/models.rb', line 4901 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
4899 4900 4901 |
# File 'lib/v20201201/models.rb', line 4899 def EndTime @EndTime end |
#ExpectDeleteTime ⇒ Object
4899 4900 4901 |
# File 'lib/v20201201/models.rb', line 4899 def ExpectDeleteTime @ExpectDeleteTime end |
#FileSize ⇒ Object
4899 4900 4901 |
# File 'lib/v20201201/models.rb', line 4899 def FileSize @FileSize end |
#IntID ⇒ Object
4899 4900 4901 |
# File 'lib/v20201201/models.rb', line 4899 def IntID @IntID end |
#LiveChannelId ⇒ Object
4899 4900 4901 |
# File 'lib/v20201201/models.rb', line 4899 def LiveChannelId @LiveChannelId end |
#RecordPlanId ⇒ Object
4899 4900 4901 |
# File 'lib/v20201201/models.rb', line 4899 def RecordPlanId @RecordPlanId end |
#RecordTimeLen ⇒ Object
4899 4900 4901 |
# File 'lib/v20201201/models.rb', line 4899 def RecordTimeLen @RecordTimeLen end |
#StartTime ⇒ Object
4899 4900 4901 |
# File 'lib/v20201201/models.rb', line 4899 def StartTime @StartTime end |
#VideoUrl ⇒ Object
4899 4900 4901 |
# File 'lib/v20201201/models.rb', line 4899 def VideoUrl @VideoUrl end |
Instance Method Details
#deserialize(params) ⇒ Object
4913 4914 4915 4916 4917 4918 4919 4920 4921 4922 4923 |
# File 'lib/v20201201/models.rb', line 4913 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 |