# `Ory.Model.CreateCustomDomainBody`

Create Custom Hostname Request Body

# `t`

```elixir
@type t() :: %Ory.Model.CreateCustomDomainBody{
  cookie_domain: String.t() | nil,
  cors_allowed_origins: [String.t()] | nil,
  cors_enabled: boolean() | nil,
  custom_ui_base_url: String.t() | nil,
  hostname: String.t() | nil
}
```

# `decode`

---

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