Show / Hide Table of Contents

Class GoogleCloudContactcenterinsightsV1BulkDeleteFeedbackLabelsMetadata

Metadata for the BulkDeleteFeedbackLabels endpoint.

Inheritance
object
GoogleCloudContactcenterinsightsV1BulkDeleteFeedbackLabelsMetadata
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1BulkDeleteFeedbackLabelsMetadata : 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 GoogleCloudContactcenterinsightsV1BulkDeleteFeedbackLabelsRequest Request { get; set; }
Property Value
Type Description
GoogleCloudContactcenterinsightsV1BulkDeleteFeedbackLabelsRequest

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX