ArchAstro. SDK. Types. Operations. GetApiV1KnowledgeDocuments. Params
(archastro v0.3.1)
Copy Markdown
List context documents query parameters.
Summary
Types
@type t() :: %ArchAstro.SDK.Types.Operations.GetApiV1KnowledgeDocuments.Params{ agent: [String.t()] | ArchAstro.SDK.Unset.t(), installation: [String.t()] | ArchAstro.SDK.Unset.t(), page: integer() | ArchAstro.SDK.Unset.t(), page_size: integer() | ArchAstro.SDK.Unset.t(), q: String.t() | ArchAstro.SDK.Unset.t(), source: [String.t()] | ArchAstro.SDK.Unset.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()