Class: Phaseo::Gen::VideoListResponse

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

Instance Attribute Summary collapse

Instance Attribute Details

#dataArray<Hash{String => Object}>?

Returns:

  • (Array<Hash{String => Object}>, nil)


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

VideoListResponse = Struct.new(:data, :first_id, :has_more, :last_id, :object, keyword_init: true)

#first_idString?

Returns:

  • (String, nil)


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

VideoListResponse = Struct.new(:data, :first_id, :has_more, :last_id, :object, keyword_init: true)

#has_moreBoolean?

Returns:

  • (Boolean, nil)


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

VideoListResponse = Struct.new(:data, :first_id, :has_more, :last_id, :object, keyword_init: true)

#last_idString?

Returns:

  • (String, nil)


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

VideoListResponse = Struct.new(:data, :first_id, :has_more, :last_id, :object, keyword_init: true)

#objectString?

Returns:

  • (String, nil)


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

VideoListResponse = Struct.new(:data, :first_id, :has_more, :last_id, :object, keyword_init: true)