View Source Contentful.Asset.Fields (Contentful SDK v0.6.0)

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

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