ArchAstro. SDK. Types. TaskSessionLease
(archastro v0.3.0)
Copy Markdown
A task-session lease returned only to its matching holder.
Summary
Types
@type t() :: %ArchAstro.SDK.Types.TaskSessionLease{ expires_at: DateTime.t(), harness: String.t(), lease_id: String.t(), renewed_at: DateTime.t(), session_id: String.t(), session_name: String.t() }
Functions
@spec from_map(ArchAstro.SDK.JSON.object()) :: t()
@spec matches?(ArchAstro.SDK.JSON.t()) :: boolean()
@spec to_map(t()) :: ArchAstro.SDK.JSON.object()