# `Tinkex.Types.CheckpointArchiveUrlResponse`
[🔗](https://github.com/North-Shore-AI/tinkex/blob/v0.4.0/lib/tinkex/types/checkpoint_archive_url_response.ex#L1)

Response containing a download URL for a checkpoint archive.

# `t`

```elixir
@type t() :: %Tinkex.Types.CheckpointArchiveUrlResponse{
  expires: DateTime.t() | String.t() | nil,
  url: String.t()
}
```

# `from_map`

```elixir
@spec from_map(map()) :: t()
```

Convert a map (from JSON) to a CheckpointArchiveUrlResponse struct.

---

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