Pexels.Collection (Pexels v0.1.0) View Source

%Pexels.Collection {
  description: nil,
  id: "z40vgi2",
  media_count: 3,
  photos_count: 2,
  private: false,
  title: "Purple",
  videos_count: 1
}

Link to this section Summary

Link to this section Types

Specs

t() :: %Pexels.Collection{
  description: String.t() | nil,
  id: String.t(),
  media_count: :integer,
  photos_count: :integer,
  private: :boolean,
  title: String.t(),
  videos_count: :integer
}

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.