Pexels.Client.Video.VideosResponse (Pexels v0.1.0) View Source
Link to this section Summary
Functions
Callback implementation for Construct.cast/2.
Callback implementation for Construct.make/2.
Callback implementation for Construct.make!/2.
Link to this section Types
Specs
t() :: %Pexels.Client.Video.VideosResponse{
next_page: String.t() | nil,
page: :integer,
per_page: :integer,
prev_page: String.t() | nil,
total_results: :integer,
url: String.t(),
videos: [Pexels.Video.t()]
}
Link to this section Functions
Callback implementation for Construct.cast/2.
Callback implementation for Construct.make/2.
Callback implementation for Construct.make!/2.