View Source GoogleApi.HealthCare.V1beta1.Model.SetBlobStorageSettingsRequest (google_api_health_care v0.50.1)

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 in update_mask are applied.
  • filterConfig (type: GoogleApi.HealthCare.V1beta1.Model.DicomFilterConfig.t, default: nil) - 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}.

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

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.