class Google::Apis::RetailV2beta::GoogleCloudRetailV2betaExportUserEventsResponse

response field if the operation was successful.
successful, then this message is returned by the google.longrunning.Operations.
Response of the ExportUserEventsRequest. 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)
  @output_result = args[:output_result] if args.key?(:output_result)
end