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

Provides struct and type for a CustomFieldUpdateDate

# `t`

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

---

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