View Source GoogleApi.HealthCare.V1beta1.Model.SetBlobStorageSettingsRequest (google_api_health_care v0.56.4)
Request message for SetBlobStorageSettings method.
Attributes
-
blobStorageSettings(type:GoogleApi.HealthCare.V1beta1.Model.BlobStorageSettings.t, default:nil) - The blob storage settings to update for the specified resources. Only fields listed inupdate_maskare applied. -
filterConfig(type:GoogleApi.HealthCare.V1beta1.Model.DicomFilterConfig.t, default:nil) - Optional. A filter configuration. Iffilter_configis specified, set the value ofresourceto the resource name of a DICOM store in the formatprojects/{projectID}/locations/{locationID}/datasets/{datasetID}/dicomStores/{dicomStoreID}.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.HealthCare.V1beta1.Model.SetBlobStorageSettingsRequest{ blobStorageSettings: GoogleApi.HealthCare.V1beta1.Model.BlobStorageSettings.t() | nil, filterConfig: GoogleApi.HealthCare.V1beta1.Model.DicomFilterConfig.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.