ArchAstro. SDK. Types. KnowledgeSourceKindListResponse
(archastro v0.3.3)
Copy Markdown
List response containing the knowledge source kinds available for creation via the API.
Summary
Types
@type t() :: %ArchAstro.SDK.Types.KnowledgeSourceKindListResponse{ data: [ArchAstro.SDK.Types.KnowledgeSourceKind.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()