Class: TencentCloud::Weilingwith::V20230427::RecordInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Weilingwith::V20230427::RecordInfo
- Defined in:
- lib/v20230427/models.rb
Overview
录像信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(starttime = nil, endtime = nil, videourl = nil) ⇒ RecordInfo
constructor
A new instance of RecordInfo.
Constructor Details
#initialize(starttime = nil, endtime = nil, videourl = nil) ⇒ RecordInfo
Returns a new instance of RecordInfo.
6469 6470 6471 6472 6473 |
# File 'lib/v20230427/models.rb', line 6469 def initialize(starttime=nil, endtime=nil, videourl=nil) @StartTime = starttime @EndTime = endtime @VideoURL = videourl end |
Instance Attribute Details
#EndTime ⇒ Object
6467 6468 6469 |
# File 'lib/v20230427/models.rb', line 6467 def EndTime @EndTime end |
#StartTime ⇒ Object
6467 6468 6469 |
# File 'lib/v20230427/models.rb', line 6467 def StartTime @StartTime end |
#VideoURL ⇒ Object
6467 6468 6469 |
# File 'lib/v20230427/models.rb', line 6467 def VideoURL @VideoURL end |
Instance Method Details
#deserialize(params) ⇒ Object
6475 6476 6477 6478 6479 |
# File 'lib/v20230427/models.rb', line 6475 def deserialize(params) @StartTime = params['StartTime'] @EndTime = params['EndTime'] @VideoURL = params['VideoURL'] end |