Contentful SDK v0.3.2 Contentful.Entry View Source

An entry is a representation of anything that can be expressed as a defined content type within a given Contentful.Space.

See the official documentation for more information.

Link to this section Summary

Link to this section Types

Specs

t() :: %Contentful.Entry{
  assets: [Contentful.Asset.t()],
  fields: list(),
  sys: Contentful.SysData.t()
}