ArchAstro. SDK. Types. AgentRoutineRunListResponse
(archastro v0.3.1)
Copy Markdown
Cursor-paginated list of agent routine run objects, ordered by creation time descending.
Summary
Types
@type t() :: %ArchAstro.SDK.Types.AgentRoutineRunListResponse{ after_cursor: String.t() | ArchAstro.SDK.Unset.t(), before_cursor: String.t() | ArchAstro.SDK.Unset.t(), data: [ArchAstro.SDK.Types.AgentRoutineRun.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()