ArchAstro. Types. Operations. PostApiV1TasksTaskLeaseRenew. Input
(archastro v0.2.0)
Copy Markdown
Renew a task session lease
Summary
Types
@type t() :: %ArchAstro.Types.Operations.PostApiV1TasksTaskLeaseRenew.Input{ lease_duration_seconds: integer() | ArchAstro.Unset.t(), lease_id: String.t(), session_id: String.t() }
Functions
@spec from_map(ArchAstro.JSON.object()) :: t()
@spec matches?(ArchAstro.JSON.t()) :: boolean()
@spec to_map(t()) :: ArchAstro.JSON.object()