View Source GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1alpha1BulkDeleteConversationsMetadata (google_api_contact_center_insights v0.10.2)
The metadata for a bulk delete conversations operation.
Attributes
-
createTime
(type:DateTime.t
, default:nil
) - The time the operation was created. -
endTime
(type:DateTime.t
, default:nil
) - The time the operation finished running. -
partialErrors
(type:list(GoogleApi.ContactCenterInsights.V1.Model.GoogleRpcStatus.t)
, default:nil
) - Partial errors during bulk delete conversations operation that might cause the operation output to be incomplete. -
request
(type:GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1alpha1BulkDeleteConversationsRequest.t
, default:nil
) - The original request for bulk delete.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1alpha1BulkDeleteConversationsMetadata{ createTime: DateTime.t() | nil, endTime: DateTime.t() | nil, partialErrors: [GoogleApi.ContactCenterInsights.V1.Model.GoogleRpcStatus.t()] | nil, request: GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1alpha1BulkDeleteConversationsRequest.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.