ArchAstro. SDK. Types. Operations. PostApiV1TasksTaskLease. Input
(archastro v0.3.4)
Copy Markdown
Claim a task for a coding session
Summary
Types
@type t() :: %ArchAstro.SDK.Types.Operations.PostApiV1TasksTaskLease.Input{ harness: String.t(), lease_duration_seconds: integer() | ArchAstro.SDK.Unset.t(), lease_id: String.t(), require_ready: boolean() | ArchAstro.SDK.Unset.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()