class Google::Apis::HealthcareV1::GoogleCloudHealthcareV1ConsentGcsDestination

The Cloud Storage location for export.

def initialize(**args)

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

def update!(**args)

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