Class: TencentCloud::Iss::V20230517::RecordTimeLine
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iss::V20230517::RecordTimeLine
- Defined in:
- lib/v20230517/models.rb
Overview
云录像时间片段
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(_begin = nil, _end = nil, hlsurl = nil) ⇒ RecordTimeLine
constructor
A new instance of RecordTimeLine.
Constructor Details
#initialize(_begin = nil, _end = nil, hlsurl = nil) ⇒ RecordTimeLine
Returns a new instance of RecordTimeLine.
6688 6689 6690 6691 6692 |
# File 'lib/v20230517/models.rb', line 6688 def initialize(_begin=nil, _end=nil, hlsurl=nil) @Begin = _begin @End = _end @HlsUrl = hlsurl end |
Instance Attribute Details
#Begin ⇒ Object
6686 6687 6688 |
# File 'lib/v20230517/models.rb', line 6686 def Begin @Begin end |
#End ⇒ Object
6686 6687 6688 |
# File 'lib/v20230517/models.rb', line 6686 def End @End end |
#HlsUrl ⇒ Object
6686 6687 6688 |
# File 'lib/v20230517/models.rb', line 6686 def HlsUrl @HlsUrl end |
Instance Method Details
#deserialize(params) ⇒ Object
6694 6695 6696 6697 6698 |
# File 'lib/v20230517/models.rb', line 6694 def deserialize(params) @Begin = params['Begin'] @End = params['End'] @HlsUrl = params['HlsUrl'] end |