ArchAstro. Types. KnowledgeSourceKindListResponse
(archastro v0.2.0)
Copy Markdown
List response containing the knowledge source kinds available for creation via the API.
Summary
Types
@type t() :: %ArchAstro.Types.KnowledgeSourceKindListResponse{ data: [ArchAstro.Types.KnowledgeSourceKind.t()] }
Functions
@spec from_map(ArchAstro.JSON.object()) :: t()
@spec matches?(ArchAstro.JSON.t()) :: boolean()
@spec to_map(t()) :: ArchAstro.JSON.object()