View Source GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1RunPipelineMetadataIndividualDocumentStatus (google_api_content_warehouse v0.4.0)

The status of processing a document.

Attributes

  • documentId (type: String.t, default: nil) - Document identifier of an existing document.
  • status (type: GoogleApi.ContentWarehouse.V1.Model.GoogleRpcStatus.t, default: nil) - The status processing the document.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1RunPipelineMetadataIndividualDocumentStatus{
    documentId: String.t() | nil,
    status: GoogleApi.ContentWarehouse.V1.Model.GoogleRpcStatus.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.