ArchAstro. SDK. Types. AgentRoutineListResponse
(archastro v0.3.1)
Copy Markdown
List of agent routine objects belonging to a given agent.
Summary
Types
@type t() :: %ArchAstro.SDK.Types.AgentRoutineListResponse{ data: [ArchAstro.SDK.Types.AgentRoutine.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()