Class ActiveMetricRestriction
A metric actively restricted in creating the report.
Implements
Inherited Members
Namespace: Google.Apis.AnalyticsData.v1beta.Data
Assembly: Google.Apis.AnalyticsData.v1beta.dll
Syntax
public class ActiveMetricRestriction : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MetricName
The name of the restricted metric.
Declaration
[JsonProperty("metricName")]
public virtual string MetricName { get; set; }
Property Value
Type | Description |
---|---|
string |
RestrictedMetricTypes
The reason for this metric's restriction.
Declaration
[JsonProperty("restrictedMetricTypes")]
public virtual IList<string> RestrictedMetricTypes { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |