CustomFieldDate
Schema for a custom field of type date.
Summary
Types
@type t() :: %PolarExpress.Schemas.CustomFieldDate{ 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.metadatamodified_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.propertiesslug- Identifier of the custom field. It'll be used as key when storing the value.type