Class SetBlobStorageSettingsRequest
Request message for SetBlobStorageSettings method.
Implements
Inherited Members
Namespace: Google.Apis.CloudHealthcare.v1beta1.Data
Assembly: Google.Apis.CloudHealthcare.v1beta1.dll
Syntax
public class SetBlobStorageSettingsRequest : IDirectResponseSchema
Properties
BlobStorageSettings
The blob storage settings to update for the specified resources. Only fields listed in update_mask are
applied.
Declaration
[JsonProperty("blobStorageSettings")]
public virtual BlobStorageSettings BlobStorageSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| BlobStorageSettings |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FilterConfig
Optional. A filter configuration. If filter_config is specified, set the value of resource to the
resource name of a DICOM store in the format
projects/{projectID}/locations/{locationID}/datasets/{datasetID}/dicomStores/{dicomStoreID}.
Declaration
[JsonProperty("filterConfig")]
public virtual DicomFilterConfig FilterConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| DicomFilterConfig |