class Google::Apis::RetailV2beta::GoogleCloudRetailV2OutputResult
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)
def update!(**args) @bigquery_result = args[:bigquery_result] if args.key?(:bigquery_result) @gcs_result = args[:gcs_result] if args.key?(:gcs_result) end