GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1MetadataJobExportJobResult (google_api_dataplex v0.21.0)

View Source

Export Job Results. The result is based on the snapshot at the time when the job is created.

Attributes

  • errorMessage (type: String.t, default: nil) - Output only. The error message if the export job failed.
  • exportedEntries (type: String.t, default: nil) - Output only. The number of entries that have been exported.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1MetadataJobExportJobResult{
    errorMessage: String.t() | nil,
    exportedEntries: String.t() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.