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

Copy Markdown View Source

SchemaVersion is a version of the Schema which is created in SchemaGroup.

Attributes

  • create_time (type: DateTime.t()) - Output only. The time when the SchemaVersion was created.
  • display_name (type: String.t()) - Required. The user-defined name of the SchemaVersion.
  • labels (type: map()) - Optional. The {{gcp_name_short}} labels for the SchemaVersion.
  • name (type: String.t()) - Identifier. The resource name of the SchemaVersion. Format: projects/{project}/locations/{location}/schemas/{schema}/schemaVersions/{schema_version}
  • schema (type: Googly.DocumentAI.Model.GoogleCloudDocumentaiV1DocumentSchema.t()) - Required. The schema of the SchemaVersion.

Summary

Types

t()

@type t() :: %Googly.DocumentAI.Model.GoogleCloudDocumentaiV1SchemaVersion{
  create_time: DateTime.t() | nil,
  display_name: String.t() | nil,
  labels: map() | nil,
  name: String.t() | nil,
  schema:
    Googly.DocumentAI.Model.GoogleCloudDocumentaiV1DocumentSchema.t() | nil
}