Remedy.Schema.EmbedVideo (Remedy v0.6.8) View Source

Embed Video Schema.

Link to this section Summary

Link to this section Types

Specs

t() :: %Remedy.Schema.EmbedVideo{
  height: integer(),
  id: term(),
  proxy_url: String.t(),
  url: String.t(),
  width: integer()
}