ArchAstro. SDK. Types. AgentComputerListResponse
(archastro v0.3.2)
Copy Markdown
A list of agent computers returned by a list query.
Summary
Types
@type t() :: %ArchAstro.SDK.Types.AgentComputerListResponse{ data: [ArchAstro.SDK.Types.AgentComputer.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()