ArchAstro. Types. Operations. GetApiV1ConfigSystem. Params
(archastro v0.2.0)
Copy Markdown
List system configs query parameters.
Summary
Types
@type t() :: %ArchAstro.Types.Operations.GetApiV1ConfigSystem.Params{ excluded_path_prefixes: [String.t()] | ArchAstro.Unset.t(), kind: String.t() | ArchAstro.Unset.t(), kinds: [String.t()] | ArchAstro.Unset.t(), page: integer() | ArchAstro.Unset.t(), page_size: integer() | ArchAstro.Unset.t() }
Functions
@spec from_map(ArchAstro.JSON.object()) :: t()
@spec matches?(ArchAstro.JSON.t()) :: boolean()
@spec to_map(t()) :: ArchAstro.JSON.object()