# `Polarex.CustomFieldCreateSelect`
[🔗](https://github.com/giusdp/polarex/blob/main/lib/polarex/schemas/custom_field_create_select.ex#L1)

Provides struct and type for a CustomFieldCreateSelect

# `t`

```elixir
@type t() :: %Polarex.CustomFieldCreateSelect{
  metadata: map() | nil,
  name: String.t(),
  organization_id: String.t() | nil,
  properties: Polarex.CustomFieldSelectProperties.t(),
  slug: String.t(),
  type: String.t()
}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
