ArchAstro. SDK. Types. ChannelPayloads. ApiTasksChannel. TasksUpdated. Payload. Nested. TasksItemCurrentLease
(archastro v0.3.5)
Copy Markdown
TasksItemCurrentLease API model.
Summary
Types
@type t() :: %ArchAstro.SDK.Types.ChannelPayloads.ApiTasksChannel.TasksUpdated.Payload.Nested.TasksItemCurrentLease{ 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()