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

StorageInfo encapsulates all the storage info of a resource.

Attributes

  • blobStorageInfo (type: GoogleApi.HealthCare.V1beta1.Model.BlobStorageInfo.t, default: nil) - Info about the data stored in blob storage for the resource.
  • referencedResource (type: String.t, default: nil) - The resource whose storage info is returned. For example, to specify the resource path of a DICOM Instance: projects/{projectID}/locations/{locationID}/datasets/{datasetID}/dicomStores/{dicom_store_id}/dicomWeb/studi/{study_uid}/series/{series_uid}/instances/{instance_uid}
  • structuredStorageInfo (type: GoogleApi.HealthCare.V1beta1.Model.StructuredStorageInfo.t, default: nil) - Info about the data stored in structured storage for the resource.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.HealthCare.V1beta1.Model.StorageInfo{
  blobStorageInfo: GoogleApi.HealthCare.V1beta1.Model.BlobStorageInfo.t() | nil,
  referencedResource: String.t() | nil,
  structuredStorageInfo:
    GoogleApi.HealthCare.V1beta1.Model.StructuredStorageInfo.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.