GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiUiv1beta3CreateProcessorVersionMetadata (google_api_document_ai v0.5.0) View Source

The metadata that represents a processor version being created.

Attributes

  • createTime (type: DateTime.t, default: nil) - The creation time of the operation.
  • state (type: String.t, default: nil) - The state of the current disable processor operation.
  • updateTime (type: DateTime.t, default: nil) - The last update time of the operation.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() ::
  %GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiUiv1beta3CreateProcessorVersionMetadata{
    createTime: DateTime.t(),
    state: String.t(),
    updateTime: DateTime.t()
  }

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.