ArchAstro. SDK. Types. HealthActionListResponse
(archastro v0.3.1)
Copy Markdown
List response containing agent health actions for a given agent or organization.
Summary
Types
@type t() :: %ArchAstro.SDK.Types.HealthActionListResponse{ data: [ArchAstro.SDK.Types.AgentHealthAction.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()