Class GoogleCloudContactcenterinsightsV1alpha1BulkDeleteFeedbackLabelsMetadata
Metadata for the BulkDeleteFeedbackLabels endpoint.
Implements
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1alpha1BulkDeleteFeedbackLabelsMetadata : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PartialErrors
Partial errors during deletion operation that might cause the operation output to be incomplete.
Declaration
[JsonProperty("partialErrors")]
public virtual IList<GoogleRpcStatus> PartialErrors { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleRpcStatus> |
Request
Output only. The original request for delete.
Declaration
[JsonProperty("request")]
public virtual GoogleCloudContactcenterinsightsV1alpha1BulkDeleteFeedbackLabelsRequest Request { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudContactcenterinsightsV1alpha1BulkDeleteFeedbackLabelsRequest |