class Google::Apis::RetailV2beta::GoogleCloudRetailV2betaGcsSource

Google Cloud Storage location for input content.

def initialize(**args)

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

def update!(**args)

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