ArchAstro. Types. HealthActionListResponse
(archastro v0.2.0)
Copy Markdown
List response containing agent health actions for a given agent or organization.
Summary
Types
@type t() :: %ArchAstro.Types.HealthActionListResponse{ data: [ArchAstro.Types.AgentHealthAction.t()] }
Functions
@spec from_map(ArchAstro.JSON.object()) :: t()
@spec matches?(ArchAstro.JSON.t()) :: boolean()
@spec to_map(t()) :: ArchAstro.JSON.object()