class Google::Apis::RetailV2beta::GoogleCloudRetailV2betaImportUserEventsResponse

response field if the operation was successful.
successful, then this message is returned by the google.longrunning.Operations.
Response of the ImportUserEventsRequest. If the long running operation was

def initialize(**args)

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

def update!(**args)

Update properties of this object
def update!(**args)
  @error_samples = args[:error_samples] if args.key?(:error_samples)
  @errors_config = args[:errors_config] if args.key?(:errors_config)
  @import_summary = args[:import_summary] if args.key?(:import_summary)
end