View Source GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1MetadataJobImportJobResult (google_api_dataplex v0.15.0)

Results from a metadata import job.

Attributes

  • createdEntries (type: String.t, default: nil) - Output only. The total number of entries that were created.
  • deletedEntries (type: String.t, default: nil) - Output only. The total number of entries that were deleted.
  • recreatedEntries (type: String.t, default: nil) - Output only. The total number of entries that were recreated.
  • unchangedEntries (type: String.t, default: nil) - Output only. The total number of entries that were unchanged.
  • updateTime (type: DateTime.t, default: nil) - Output only. The time when the status was updated.
  • updatedEntries (type: String.t, default: nil) - Output only. The total number of entries that were updated.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1MetadataJobImportJobResult{
    createdEntries: String.t() | nil,
    deletedEntries: String.t() | nil,
    recreatedEntries: String.t() | nil,
    unchangedEntries: String.t() | nil,
    updateTime: DateTime.t() | nil,
    updatedEntries: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.