ArchAstro. Types. Operations. PatchApiV1KnowledgeDocumentsDocument. Input. Nested. Content
(archastro v0.2.0)
Copy Markdown
Content API model.
Summary
Types
@type t() :: %ArchAstro.Types.Operations.PatchApiV1KnowledgeDocumentsDocument.Input.Nested.Content{ content_type: String.t() | ArchAstro.Unset.t(), data: String.t(), data_encoding: String.t() | ArchAstro.Unset.t(), filename: 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()