class Google::Apis::HealthcareV1::SetBlobStorageSettingsRequest

Request message for ‘SetBlobStorageSettings` method.

def initialize(**args)

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

def update!(**args)

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