Googly. DocumentAI. Model. GoogleCloudDocumentaiV1NextSchema
(googly_document_ai v0.1.0)
Copy Markdown
View Source
NextSchema is a collection of SchemaVersions.
Attributes
-
create_time(type:DateTime.t()) - Output only. The time when the Schema was created. -
display_name(type:String.t()) - Required. The user-defined name of the Schema. -
labels(type:map()) - Optional. The {{gcp_name_short}} labels for the Schema. -
name(type:String.t()) - Identifier. The resource name of the Schema. Format:projects/{project}/locations/{location}/schemas/{schema} -
update_time(type:DateTime.t()) - Output only. The time when the Schema was last updated.
Summary
Types
@type t() :: %Googly.DocumentAI.Model.GoogleCloudDocumentaiV1NextSchema{ create_time: DateTime.t() | nil, display_name: String.t() | nil, labels: map() | nil, name: String.t() | nil, update_time: DateTime.t() | nil }