# `ExStreamClient.Model.CheckPushResponse`
[🔗](https://github.com/Tango-Tango/ex_stream_client/blob/main/lib/ex_stream_client/model/check_push_response.ex#L1)

Schema representing a CheckPushResponse

# `t`

```elixir
@type t() :: %ExStreamClient.Model.CheckPushResponse{
  device_errors:
    %{optional(String.t()) =&gt; ExStreamClient.Model.DeviceErrorInfo.t()} | nil,
  duration: String.t(),
  event_type: String.t() | nil,
  general_errors: [String.t()] | nil,
  rendered_apn_template: String.t() | nil,
  rendered_firebase_template: String.t() | nil,
  rendered_message: %{optional(String.t()) =&gt; String.t()} | nil,
  skip_devices: boolean() | nil
}
```

# `decode`

Components could just be enums that are typed - so we need to decode those as enums as they will just be stings

# `nested_components`

---

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