View Source GoogleApi.HealthCare.V1.Model.FhirStoreMetrics (google_api_health_care v0.50.1)

List of metrics for a given FHIR store.

Attributes

  • metrics (type: list(GoogleApi.HealthCare.V1.Model.FhirStoreMetric.t), default: nil) - List of FhirStoreMetric by resource type.
  • name (type: String.t, default: nil) - The resource name of the FHIR store to get metrics for, in the format projects/{project_id}/datasets/{dataset_id}/fhirStores/{fhir_store_id}.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.HealthCare.V1.Model.FhirStoreMetrics{
  metrics: [GoogleApi.HealthCare.V1.Model.FhirStoreMetric.t()] | nil,
  name: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.