Class: Phaseo::Gen::VideoContentPart
- Inherits:
-
Struct
- Object
- Struct
- Phaseo::Gen::VideoContentPart
- Defined in:
- lib/gen/models.rb
Instance Attribute Summary collapse
Instance Attribute Details
#type ⇒ String
1865 |
# File 'lib/gen/models.rb', line 1865 VideoContentPart = Struct.new(:type, :video_url, keyword_init: true) |
#video_url ⇒ String
1865 |
# File 'lib/gen/models.rb', line 1865 VideoContentPart = Struct.new(:type, :video_url, keyword_init: true) |