Contentful SDK v0.3.2 Contentful.ContentType.Field View Source

Represents a single field in the field defintion of a Contentful.ContentType.

See the content model documentation for more information

Link to this section Summary

Link to this section Types

Specs

t() :: %Contentful.ContentType.Field{
  disabled: boolean(),
  localized: boolean(),
  name: String.t(),
  omitted: boolean(),
  required: boolean(),
  type: String.t(),
  validations: term()
}