ArchAstro. SDK. Types. InstallationSourceListResponse
(archastro v0.3.0)
Copy Markdown
Paginated list response containing installation source objects attached to an installation.
Summary
Types
@type t() :: %ArchAstro.SDK.Types.InstallationSourceListResponse{ data: [ArchAstro.SDK.Types.InstallationSource.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()