ArchAstro. Types. Operations. PostApiV1Extractions. Input
(archastro v0.2.0)
Copy Markdown
Start an extraction
Summary
Types
@type t() :: %ArchAstro.Types.Operations.PostApiV1Extractions.Input{ agent: String.t() | ArchAstro.Unset.t(), destination_kind: String.t(), destination_path: String.t() | ArchAstro.Unset.t(), file: String.t() | ArchAstro.Unset.t(), max_pages: integer() | ArchAstro.Unset.t(), mode: String.t() | ArchAstro.Unset.t(), org: String.t() | ArchAstro.Unset.t(), url: 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()