class Google::Apis::HealthcareV1::Hl7V2StoreMetrics

List of metrics for a given HL7v2 store.

def initialize(**args)

def initialize(**args)
   update!(**args)
end

def update!(**args)

Update properties of this object
def update!(**args)
  @metrics = args[:metrics] if args.key?(:metrics)
  @name = args[:name] if args.key?(:name)
end