Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1mainBulkDeleteFeedbackLabelsMetadata

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/contactcenterinsights_v1/classes.rb,
lib/google/apis/contactcenterinsights_v1/representations.rb,
lib/google/apis/contactcenterinsights_v1/representations.rb

Overview

Metadata for the BulkDeleteFeedbackLabels endpoint.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1mainBulkDeleteFeedbackLabelsMetadata

Returns a new instance of GoogleCloudContactcenterinsightsV1mainBulkDeleteFeedbackLabelsMetadata.



19149
19150
19151
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 19149

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#partial_errorsArray<Google::Apis::ContactcenterinsightsV1::GoogleRpcStatus>

Partial errors during deletion operation that might cause the operation output to be incomplete. Corresponds to the JSON property partialErrors



19142
19143
19144
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 19142

def partial_errors
  @partial_errors
end

#requestGoogle::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1mainBulkDeleteFeedbackLabelsRequest

Request for the BulkDeleteFeedbackLabels endpoint. Corresponds to the JSON property request



19147
19148
19149
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 19147

def request
  @request
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



19154
19155
19156
19157
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 19154

def update!(**args)
  @partial_errors = args[:partial_errors] if args.key?(:partial_errors)
  @request = args[:request] if args.key?(:request)
end