Class MetricDefinition
Defines a specific metric to query, including a user-defined name, the base metric type, and optional filters.
Implements
Inherited Members
Namespace: Google.Apis.PostmasterTools.v2.Data
Assembly: Google.Apis.PostmasterTools.v2.dll
Syntax
public class MetricDefinition : IDirectResponseSchema
Properties
BaseMetric
Required. The underlying metric to query.
Declaration
[JsonProperty("baseMetric")]
public virtual BaseMetric BaseMetric { get; set; }
Property Value
| Type | Description |
|---|---|
| BaseMetric |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Filter
Optional. Optional filters to apply to the metric.
Declaration
[JsonProperty("filter")]
public virtual string Filter { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Required. The user-defined name for this metric. This name will be used as the key for this metric's value in the response.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |