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

%Pexels.Video.User {
  id: 3798027,
  name: "KoolShooters",
  url: "https://www.pexels.com/@kool-shooters"
}

Link to this section Summary

Link to this section Types

Specs

t() :: %Pexels.Video.User{id: :integer, name: String.t(), url: 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.