CFSync.Entry (CFSync v0.18.0)

View Source

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.

Summary

Types

t()

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