View Source GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsMetadataDownloadStats (google_api_contact_center_insights v0.12.0)

Statistics for BulkDownloadFeedbackLabels operation.

Attributes

  • fileNames (type: list(String.t), default: nil) - Output only. Full name of the files written to Cloud storage.
  • processedObjectCount (type: integer(), default: nil) - The number of objects processed during the download operation.
  • successfulDownloadCount (type: integer(), default: nil) - The number of new feedback labels downloaded during this operation. Different from "processed" because some labels might not be downloaded because an error.
  • totalFilesWritten (type: integer(), default: nil) - Total number of files written to the provided Cloud Storage bucket.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsMetadataDownloadStats{
    fileNames: [String.t()] | nil,
    processedObjectCount: integer() | nil,
    successfulDownloadCount: integer() | nil,
    totalFilesWritten: integer() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.