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

List of metrics for a given HL7v2 store.

Attributes

  • metrics (type: list(GoogleApi.HealthCare.V1beta1.Model.Hl7V2StoreMetric.t), default: nil) - List of HL7v2 store metrics by message type.
  • name (type: String.t, default: nil) - The resource name of the HL7v2 store to get metrics for, in the format projects/{project_id}/datasets/{dataset_id}/hl7V2Stores/{hl7v2_store_id}.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.HealthCare.V1beta1.Model.Hl7V2StoreMetrics{
  metrics: [GoogleApi.HealthCare.V1beta1.Model.Hl7V2StoreMetric.t()] | nil,
  name: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.