ArchAstro.Types.Operations.PostApiV1Extractions.Input (archastro v0.2.0)

Copy Markdown

Start an extraction

Summary

Types

t()

@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

from_map(data)

@spec from_map(ArchAstro.JSON.object()) :: t()

matches?(value)

@spec matches?(ArchAstro.JSON.t()) :: boolean()

to_map(value)

@spec to_map(t()) :: ArchAstro.JSON.object()