View Source GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1ReconcileTagsResponse (google_api_data_catalog v0.30.0)

Long-running operation response message returned by ReconcileTags.

Attributes

  • createdTagsCount (type: String.t, default: nil) - Number of tags created in the request.
  • deletedTagsCount (type: String.t, default: nil) - Number of tags deleted in the request.
  • updatedTagsCount (type: String.t, default: nil) - Number of tags updated in the request.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1ReconcileTagsResponse{
    createdTagsCount: String.t() | nil,
    deletedTagsCount: String.t() | nil,
    updatedTagsCount: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.