Show / Hide Table of Contents

Class MetricCompatibility

The compatibility for a single metric.

Inheritance
object
MetricCompatibility
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX