# `Ory.Model.IdentityPatchResponse`

Response for a single identity patch

# `t`

```elixir
@type t() :: %Ory.Model.IdentityPatchResponse{
  action: String.t() | nil,
  error: any() | nil,
  identity: String.t() | nil,
  patch_id: String.t() | nil
}
```

# `decode`

---

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