# `PolarExpress.Resources.CustomFields`
[🔗](https://github.com/jeffhuen/polar_express/blob/main/lib/polar_express/resources/custom_fields.ex#L2)

Custom-fields

CustomFields API operations.

# `t`

```elixir
@type t() :: %PolarExpress.Resources.CustomFields{
  created_at: String.t() | nil,
  id: String.t() | nil,
  metadata: map() | nil,
  modified_at: term() | nil,
  name: String.t() | nil,
  organization_id: String.t() | nil,
  properties: map() | nil,
  slug: String.t() | nil,
  type: String.t() | nil
}
```

* `created_at` - Creation timestamp of the object. Format: date-time.
* `id` - The ID of the object. Format: uuid4.
* `metadata`
* `modified_at` - Last modification timestamp of the object.
* `name` - Name of the custom field.
* `organization_id` - The ID of the organization owning the custom field. Format: uuid4.
* `properties`
* `slug` - Identifier of the custom field. It'll be used as key when storing the value.
* `type`

# `object_name`

---

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