Class: Phaseo::Gen::VideoContentPart

Inherits:
Struct
  • Object
show all
Defined in:
lib/gen/models.rb

Instance Attribute Summary collapse

Instance Attribute Details

#typeString

Returns:

  • (String)


1865
# File 'lib/gen/models.rb', line 1865

VideoContentPart = Struct.new(:type, :video_url, keyword_init: true)

#video_urlString

Returns:

  • (String)


1865
# File 'lib/gen/models.rb', line 1865

VideoContentPart = Struct.new(:type, :video_url, keyword_init: true)