ArchAstro. Types. InstallationSourceListResponse
(archastro v0.2.0)
Copy Markdown
Paginated list response containing installation source objects attached to an installation.
Summary
Types
@type t() :: %ArchAstro.Types.InstallationSourceListResponse{ data: [ArchAstro.Types.InstallationSource.t()] }
Functions
@spec from_map(ArchAstro.JSON.object()) :: t()
@spec matches?(ArchAstro.JSON.t()) :: boolean()
@spec to_map(t()) :: ArchAstro.JSON.object()