ArchAstro. Types. AgentRoutineRunListResponse
(archastro v0.2.0)
Copy Markdown
Cursor-paginated list of agent routine run objects, ordered by creation time descending.
Summary
Types
@type t() :: %ArchAstro.Types.AgentRoutineRunListResponse{ after_cursor: String.t() | ArchAstro.Unset.t(), before_cursor: String.t() | ArchAstro.Unset.t(), data: [ArchAstro.Types.AgentRoutineRun.t()] }
Functions
@spec from_map(ArchAstro.JSON.object()) :: t()
@spec matches?(ArchAstro.JSON.t()) :: boolean()
@spec to_map(t()) :: ArchAstro.JSON.object()