View Source Contentful.SysData (Contentful SDK v0.6.0)

The SysData represents internal additional data for Contentful API objects, usually found in the "sys" part of the response objects. It's also referred to as "common properties".

See the official documentation for more information.

Link to this section Summary

Link to this section Types

@type t() :: %Contentful.SysData{
  content_type: String.t() | nil,
  created_at: String.t() | nil,
  id: String.t(),
  locale: String | nil,
  revision: integer() | nil,
  updated_at: String.t() | nil
}