Polarex.CustomFieldCheckbox (Polarex v0.2.0)

View Source

Provides struct and type for a CustomFieldCheckbox

Summary

Types

t()

@type t() :: %Polarex.CustomFieldCheckbox{
  created_at: DateTime.t(),
  id: String.t(),
  metadata: Polarex.Metadata.t(),
  modified_at: DateTime.t() | nil,
  name: String.t(),
  organization_id: String.t(),
  properties: Polarex.CustomFieldCheckboxProperties.t(),
  slug: String.t(),
  type: String.t()
}