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

Copy Markdown View Source

Response message for ListSchemas.

Attributes

  • next_page_token (type: String.t()) - Points to the next Schema, otherwise empty.
  • schemas (type: list(Googly.DocumentAI.Model.GoogleCloudDocumentaiV1NextSchema.t())) - The list of Schemas.

Summary

Types

t()

@type t() :: %Googly.DocumentAI.Model.GoogleCloudDocumentaiV1ListSchemasResponse{
  next_page_token: String.t() | nil,
  schemas: [Googly.DocumentAI.Model.GoogleCloudDocumentaiV1NextSchema.t()] | nil
}