Contentful SDK v0.3.2 Contentful.Asset.Fields View Source

Represents the fields of a Contentful.Asset, which can very depending on the Contentful.Asset.

Link to this section Summary

Link to this section Types

Specs

t() :: %Contentful.Asset.Fields{
  description: String.t(),
  file: %{file_name: String.t(), url: URI.t(), details: map()},
  title: String.t()
}