PolarExpress.Schemas.CustomFieldSelect (polar_express v0.2.2)

Copy Markdown View Source

CustomFieldSelect

Schema for a custom field of type select.

Summary

Types

t()

@type t() :: %PolarExpress.Schemas.CustomFieldSelect{
  created_at: term(),
  id: term(),
  metadata: term(),
  modified_at: term(),
  name: term(),
  organization_id: term(),
  properties: term(),
  slug: term(),
  type: term()
}
  • created_at - Creation timestamp of the object. Format: date-time.
  • id - The ID of the object. Format: uuid4.
  • metadata
  • modified_at - Last modification timestamp of the object. Nullable.
  • name - Name of the custom field.
  • organization_id - The ID of the organization owning the custom field. Format: uuid4.
  • properties
  • slug - Identifier of the custom field. It'll be used as key when storing the value.
  • type

Functions

schema_name()