GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaIdentityMappingEntryOperationMetadata (google_api_discovery_engine v0.28.0)

View Source

IdentityMappingEntry LongRunningOperation metadata for IdentityMappingStoreService.ImportIdentityMappings and IdentityMappingStoreService.PurgeIdentityMappings

Attributes

  • failureCount (type: String.t, default: nil) - The number of IdentityMappingEntries that failed to be processed.
  • successCount (type: String.t, default: nil) - The number of IdentityMappingEntries that were successfully processed.
  • totalCount (type: String.t, default: nil) - The total number of IdentityMappingEntries that were processed.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaIdentityMappingEntryOperationMetadata{
    failureCount: String.t() | nil,
    successCount: String.t() | nil,
    totalCount: String.t() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.