Googly. DocumentAI. Model. GoogleCloudDocumentaiV1ListSchemaVersionsResponse
(googly_document_ai v0.1.0)
Copy Markdown
View Source
Response message for ListSchemaVersions.
Attributes
-
next_page_token(type:String.t()) - Points to the next SchemaVersion, otherwise empty. -
schema_versions(type:list(Googly.DocumentAI.Model.GoogleCloudDocumentaiV1SchemaVersion.t())) - The list of SchemaVersions.
Summary
Types
@type t() :: %Googly.DocumentAI.Model.GoogleCloudDocumentaiV1ListSchemaVersionsResponse{ next_page_token: String.t() | nil, schema_versions: [Googly.DocumentAI.Model.GoogleCloudDocumentaiV1SchemaVersion.t()] | nil }