ArchAstro. SDK. Types. Operations. GetApiV1TeamsTeamTasksReady. Response. Nested. DataItemTaskCurrentLease
(archastro v0.3.4)
Copy Markdown
DataItemTaskCurrentLease API model.
Summary
Types
@type t() :: %ArchAstro.SDK.Types.Operations.GetApiV1TeamsTeamTasksReady.Response.Nested.DataItemTaskCurrentLease{ expires_at: DateTime.t(), harness: 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()