ArchAstro. Types. Operations. GetApiV1SolutionCategories. Params
(archastro v0.2.0)
Copy Markdown
List solution categories query parameters.
Summary
Types
@type t() :: %ArchAstro.Types.Operations.GetApiV1SolutionCategories.Params{ keys: [String.t()] | ArchAstro.Unset.t(), lookup_key: String.t() | ArchAstro.Unset.t(), owners: [String.t()] | ArchAstro.Unset.t(), page: integer() | ArchAstro.Unset.t(), page_size: integer() | ArchAstro.Unset.t(), parent_keys: [String.t()] | ArchAstro.Unset.t(), path_prefix: String.t() | ArchAstro.Unset.t() }
Functions
@spec from_map(ArchAstro.JSON.object()) :: t()
@spec matches?(ArchAstro.JSON.t()) :: boolean()
@spec to_map(t()) :: ArchAstro.JSON.object()