class Google::Apis::HealthcareV1::GoogleCloudHealthcareV1DicomGcsDestination

configuration.
The Cloud Storage location where the server writes the output and the export

def initialize(**args)

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

def update!(**args)

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