View Source GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1ReconcileTagsMetadata (google_api_data_catalog v0.32.1)

Long-running operation metadata message returned by the ReconcileTags.

Attributes

  • errors (type: %{optional(String.t) => GoogleApi.DataCatalog.V1beta1.Model.Status.t}, default: nil) - Maps the name of each tagged column (or empty string for a sole entry) to tagging operation status.
  • state (type: String.t, default: nil) - State of the reconciliation operation.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1ReconcileTagsMetadata{
    errors:
      %{optional(String.t()) => GoogleApi.DataCatalog.V1beta1.Model.Status.t()}
      | nil,
    state: String.t() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.