Class Hl7V2StoreMetrics
List of metrics for a given HL7v2 store.
Implements
Inherited Members
Namespace: Google.Apis.CloudHealthcare.v1.Data
Assembly: Google.Apis.CloudHealthcare.v1.dll
Syntax
public class Hl7V2StoreMetrics : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Metrics
List of HL7v2 store metrics by message type.
Declaration
[JsonProperty("metrics")]
public virtual IList<Hl7V2StoreMetric> Metrics { get; set; }
Property Value
Type | Description |
---|---|
IList<Hl7V2StoreMetric> |
Name
The resource name of the HL7v2 store to get metrics for, in the format
projects/{project_id}/datasets/{dataset_id}/hl7V2Stores/{hl7v2_store_id}
.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |