class Google::Apis::RetailV2beta::GoogleCloudRetailV2betaOutputResult

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