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

BlobStorageInfo contains details about the data stored in Blob Storage for the referenced resource. Note: Storage class is only valid for DICOM and hence will only be populated for DICOM resources.

Attributes

  • sizeBytes (type: String.t, default: nil) - Size in bytes of data stored in Blob Storage.
  • storageClass (type: String.t, default: nil) - The storage class in which the Blob data is stored.
  • storageClassUpdateTime (type: DateTime.t, default: nil) - The time at which the storage class was updated. This is used to compute early deletion fees of the resource.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.HealthCare.V1beta1.Model.BlobStorageInfo{
  sizeBytes: String.t() | nil,
  storageClass: String.t() | nil,
  storageClassUpdateTime: DateTime.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.