Class GoogleAnalyticsAdminV1betaAccessMetric
The quantitative measurements of a report. For example, the metric accessCount
is the total number of data
access records.
Implements
Inherited Members
Namespace: Google.Apis.GoogleAnalyticsAdmin.v1beta.Data
Assembly: Google.Apis.GoogleAnalyticsAdmin.v1beta.dll
Syntax
public class GoogleAnalyticsAdminV1betaAccessMetric : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MetricName
The API name of the metric. See Data Access
Schema for the list of
metrics supported in this API. Metrics are referenced by name in metricFilter
& orderBys
.
Declaration
[JsonProperty("metricName")]
public virtual string MetricName { get; set; }
Property Value
Type | Description |
---|---|
string |