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

Count of resources and total storage size by type for a given FHIR store.

Attributes

  • count (type: String.t, default: nil) - The total count of FHIR resources in the store of this resource type.
  • resourceType (type: String.t, default: nil) - The FHIR resource type this metric applies to.
  • structuredStorageSizeBytes (type: String.t, default: nil) - The total amount of structured storage used by FHIR resources of this resource type in the store.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.HealthCare.V1beta1.Model.FhirStoreMetric{
  count: String.t() | nil,
  resourceType: String.t() | nil,
  structuredStorageSizeBytes: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.