Pexels.Video.Picture (Pexels v0.1.0) View Source

%Pexels.Video.Picture {
  id: 120634,
  nr: 0,
  picture: "https://images.pexels.com/videos/1358988/pictures/preview-0.jpg"
}

Link to this section Summary

Link to this section Types

Specs

t() :: %Pexels.Video.Picture{id: :integer, nr: :integer, picture: String.t()}

Link to this section Functions

Link to this function

cast(params, opts \\ [])

View Source

Callback implementation for Construct.cast/2.

Link to this function

get(struct, key, default \\ nil)

View Source
Link to this function

make(params \\ %{}, opts \\ [])

View Source

Callback implementation for Construct.make/2.

Link to this function

make!(params \\ %{}, opts \\ [])

View Source

Callback implementation for Construct.make!/2.