Googly.DocumentAI.Model.GoogleCloudDocumentaiV1ListProcessorVersionsResponse (googly_document_ai v0.1.0)

Copy Markdown View Source

Response message for the ListProcessorVersions method.

Attributes

  • next_page_token (type: String.t()) - Points to the next processor, otherwise empty.
  • processor_versions (type: list(Googly.DocumentAI.Model.GoogleCloudDocumentaiV1ProcessorVersion.t())) - The list of processors.

Summary

Types

t()

@type t() ::
  %Googly.DocumentAI.Model.GoogleCloudDocumentaiV1ListProcessorVersionsResponse{
    next_page_token: String.t() | nil,
    processor_versions:
      [Googly.DocumentAI.Model.GoogleCloudDocumentaiV1ProcessorVersion.t()]
      | nil
  }