ArchAstro. SDK. Types. Operations. GetApiV1KnowledgeSources. Response
(archastro v0.3.4)
Copy Markdown
Successful response
Summary
Types
@type t() :: %ArchAstro.SDK.Types.Operations.GetApiV1KnowledgeSources.Response{ data: [ ArchAstro.SDK.Types.Operations.GetApiV1KnowledgeSources.Response.Nested.DataItem.t() ], has_next: boolean(), has_prev: boolean(), page: integer(), page_size: integer(), total_entries: integer(), total_pages: integer() }
Functions
@spec from_map(ArchAstro.SDK.JSON.object()) :: t()
@spec matches?(ArchAstro.SDK.JSON.t()) :: boolean()
@spec to_map(t()) :: ArchAstro.SDK.JSON.object()