Class: Phaseo::Gen::VideoListResponse
- Inherits:
-
Struct
- Object
- Struct
- Phaseo::Gen::VideoListResponse
- Defined in:
- lib/gen/models.rb
Instance Attribute Summary collapse
- #data ⇒ Array<Hash{String => Object}>?
- #first_id ⇒ String?
- #has_more ⇒ Boolean?
- #last_id ⇒ String?
- #object ⇒ String?
Instance Attribute Details
#data ⇒ Array<Hash{String => Object}>?
2004 |
# File 'lib/gen/models.rb', line 2004 VideoListResponse = Struct.new(:data, :first_id, :has_more, :last_id, :object, keyword_init: true) |
#first_id ⇒ String?
2004 |
# File 'lib/gen/models.rb', line 2004 VideoListResponse = Struct.new(:data, :first_id, :has_more, :last_id, :object, keyword_init: true) |
#has_more ⇒ Boolean?
2004 |
# File 'lib/gen/models.rb', line 2004 VideoListResponse = Struct.new(:data, :first_id, :has_more, :last_id, :object, keyword_init: true) |
#last_id ⇒ String?
2004 |
# File 'lib/gen/models.rb', line 2004 VideoListResponse = Struct.new(:data, :first_id, :has_more, :last_id, :object, keyword_init: true) |
#object ⇒ String?
2004 |
# File 'lib/gen/models.rb', line 2004 VideoListResponse = Struct.new(:data, :first_id, :has_more, :last_id, :object, keyword_init: true) |