Tinkex.Types.CheckpointArchiveUrlResponse (Tinkex v0.3.4)

View Source

Response containing a download URL for a checkpoint archive.

Summary

Functions

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

Types

t()

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

Functions

from_map(map)

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

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