View Source Mobilizon.Resources.Resource.Metadata (Mobilizon v5.0.0-beta.1)

Represents a resource metadata

Summary

Types

@type t() :: %Mobilizon.Resources.Resource.Metadata{
  author_name: String.t(),
  author_url: String.t(),
  description: term(),
  favicon_url: String.t(),
  height: non_neg_integer(),
  html: String.t(),
  image_remote_url: String.t(),
  provider_name: String.t(),
  provider_url: String.t(),
  title: String.t(),
  type: String.t(),
  width: non_neg_integer()
}