Class: Phaseo::Gen::VideoOutput
- Inherits:
-
Struct
- Object
- Struct
- Phaseo::Gen::VideoOutput
- Defined in:
- lib/gen/models.rb
Instance Attribute Summary collapse
- #bytes_available ⇒ Boolean?
- #content_url ⇒ String?
- #download_url ⇒ String?
- #expires_at ⇒ Integer?
- #index ⇒ Integer?
- #mime_type ⇒ String?
Instance Attribute Details
#bytes_available ⇒ Boolean?
2056 |
# File 'lib/gen/models.rb', line 2056 VideoOutput = Struct.new(:bytes_available, :content_url, :download_url, :expires_at, :index, :mime_type, keyword_init: true) |
#content_url ⇒ String?
2056 |
# File 'lib/gen/models.rb', line 2056 VideoOutput = Struct.new(:bytes_available, :content_url, :download_url, :expires_at, :index, :mime_type, keyword_init: true) |
#download_url ⇒ String?
2056 |
# File 'lib/gen/models.rb', line 2056 VideoOutput = Struct.new(:bytes_available, :content_url, :download_url, :expires_at, :index, :mime_type, keyword_init: true) |
#expires_at ⇒ Integer?
2056 |
# File 'lib/gen/models.rb', line 2056 VideoOutput = Struct.new(:bytes_available, :content_url, :download_url, :expires_at, :index, :mime_type, keyword_init: true) |
#index ⇒ Integer?
2056 |
# File 'lib/gen/models.rb', line 2056 VideoOutput = Struct.new(:bytes_available, :content_url, :download_url, :expires_at, :index, :mime_type, keyword_init: true) |
#mime_type ⇒ String?
2056 |
# File 'lib/gen/models.rb', line 2056 VideoOutput = Struct.new(:bytes_available, :content_url, :download_url, :expires_at, :index, :mime_type, keyword_init: true) |