Polarex.CustomFieldCreateCheckbox (Polarex v0.2.0)

View Source

Provides struct and type for a CustomFieldCreateCheckbox

Summary

Types

t()

@type t() :: %Polarex.CustomFieldCreateCheckbox{
  metadata: Polarex.Metadata.t() | nil,
  name: String.t(),
  organization_id: String.t() | nil,
  properties: Polarex.CustomFieldCheckboxProperties.t(),
  slug: String.t(),
  type: String.t()
}