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

%Pexels.Video.File {
  file_type: "video/mp4",
  height: 1080,
  id: 54546,
  link: "https://player.vimeo.com/external/286612246.hd.mp4?s=7464592b73c489f231d7eb741c36b44515b35f6f&profile_id=175&oauth2_token_id=57447761",
  quality: "hd",
  width: 1920
}

Link to this section Summary

Link to this section Types

Specs

t() :: %Pexels.Video.File{
  file_type: String.t(),
  height: :integer | nil,
  id: :integer,
  link: String.t(),
  quality: Pexels.Video.Quality.t() | nil,
  width: :integer | nil
}

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.