ArchAstro. Types. Operations. GetApiV1KnowledgeSources. Params
(archastro v0.2.0)
Copy Markdown
List knowledge sources query parameters.
Summary
Types
@type t() :: %ArchAstro.Types.Operations.GetApiV1KnowledgeSources.Params{ agent: String.t() | ArchAstro.Unset.t(), installation: String.t() | ArchAstro.Unset.t(), org: String.t() | ArchAstro.Unset.t(), owner_scope: String.t() | ArchAstro.Unset.t(), page: integer() | ArchAstro.Unset.t(), page_size: integer() | ArchAstro.Unset.t(), search: String.t() | ArchAstro.Unset.t(), type: 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()