View Source CFSync.Entry (CFSync v0.15.1)

The Entry struct holds standard data from Contentful entries. It's provided as is and is not configurable, so if you need more fields than those currently mapped, feel free to send a PR.

Link to this section Summary

Link to this section Types

@type t() :: %CFSync.Entry{
  content_type: atom(),
  fields: CFSync.Entry.Fields.t(),
  id: binary(),
  locale: atom(),
  revision: integer(),
  space_id: binary(),
  store: CFSync.store()
}