Class MetricCompatibility
The compatibility for a single metric.
Implements
Inherited Members
Namespace: Google.Apis.AnalyticsData.v1beta.Data
Assembly: Google.Apis.AnalyticsData.v1beta.dll
Syntax
public class MetricCompatibility : IDirectResponseSchema
Properties
Compatibility
The compatibility of this metric. If the compatibility is COMPATIBLE, this metric can be successfully added to the report.
Declaration
[JsonProperty("compatibility")]
public virtual string Compatibility { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MetricMetadata
The metric metadata contains the API name for this compatibility information. The metric metadata also contains other helpful information like the UI name and description.
Declaration
[JsonProperty("metricMetadata")]
public virtual MetricMetadata MetricMetadata { get; set; }
Property Value
Type | Description |
---|---|
MetricMetadata |