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