class Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1ExportInsightsDataMetadata

Metadata for an export insights operation.

Attributes

create_time[RW]

Output only. The time the operation was created. Corresponds to the JSON property `createTime` @return [String]

end_time[RW]

Output only. The time the operation finished running. Corresponds to the JSON property `endTime` @return [String]

partial_errors[RW]

Partial errors during export operation that might cause the operation output to be incomplete. Corresponds to the JSON property `partialErrors` @return [Array<Google::Apis::ContactcenterinsightsV1::GoogleRpcStatus>]

request[RW]

The request to export insights. Corresponds to the JSON property `request` @return [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1ExportInsightsDataRequest]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/contactcenterinsights_v1/classes.rb, line 1220
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/contactcenterinsights_v1/classes.rb, line 1225
def update!(**args)
  @create_time = args[:create_time] if args.key?(:create_time)
  @end_time = args[:end_time] if args.key?(:end_time)
  @partial_errors = args[:partial_errors] if args.key?(:partial_errors)
  @request = args[:request] if args.key?(:request)
end