class Google::Apis::RetailV2beta::GoogleCloudRetailV2betaOutputResult

stored.
Output result that stores the information about where the exported data is

def initialize(**args)

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

def update!(**args)

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