class Google::Apis::RetailV2beta::GoogleCloudRetailV2betaOutputConfigBigQueryDestination
def update!(**args)
def update!(**args) @dataset_id = args[:dataset_id] if args.key?(:dataset_id) @table_id_prefix = args[:table_id_prefix] if args.key?(:table_id_prefix) @table_type = args[:table_type] if args.key?(:table_type) end