Tinkex.Types.CheckpointArchiveUrlResponse (Tinkex v0.3.4)
View SourceResponse containing a download URL for a checkpoint archive.
Summary
Functions
Convert a map (from JSON) to a CheckpointArchiveUrlResponse struct.
Types
@type t() :: %Tinkex.Types.CheckpointArchiveUrlResponse{ expires: DateTime.t() | String.t() | nil, url: String.t() }