View Source GoogleApi.HealthCare.V1.Model.StorageInfo (google_api_health_care v0.56.3)
StorageInfo encapsulates all the storage info of a resource.
Attributes
-
blobStorageInfo
(type:GoogleApi.HealthCare.V1.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:projects/{projectID}/locations/{locationID}/datasets/{datasetID}/dicomStores/{dicomStoreID}/dicomWeb/studies/{studyUID}/series/{seriesUID}/instances/{instanceUID}
-
structuredStorageInfo
(type:GoogleApi.HealthCare.V1.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.V1.Model.StorageInfo{ blobStorageInfo: GoogleApi.HealthCare.V1.Model.BlobStorageInfo.t() | nil, referencedResource: String.t() | nil, structuredStorageInfo: GoogleApi.HealthCare.V1.Model.StructuredStorageInfo.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.