Class: Google::Cloud::Video::LiveStream::V1::DvrSession::DvrWindow
- Inherits:
-
Object
- Object
- Google::Cloud::Video::LiveStream::V1::DvrSession::DvrWindow
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/video/livestream/v1/resources.rb
Overview
DvrWindow represents a DVR window.
Instance Attribute Summary collapse
-
#time_interval ⇒ ::Google::Cloud::Video::LiveStream::V1::TimeInterval
A time interval in the form of a tuple of Unix epoch time.
Instance Attribute Details
#time_interval ⇒ ::Google::Cloud::Video::LiveStream::V1::TimeInterval
963 964 965 966 |
# File 'proto_docs/google/cloud/video/livestream/v1/resources.rb', line 963 class DvrWindow include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |