Class MetricCompatibility
The compatibility for a single metric.
Inheritance
System.Object
MetricCompatibility
Implements
Google.Protobuf.IMessage<MetricCompatibility>
System.IEquatable<MetricCompatibility>
Google.Protobuf.IDeepCloneable<MetricCompatibility>
Google.Protobuf.IBufferMessage
Google.Protobuf.IMessage
Inherited Members
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
Namespace: Google.Analytics.Data.V1Beta
Assembly: Google.Analytics.Data.V1Beta.dll
Syntax
public sealed class MetricCompatibility : IMessage<MetricCompatibility>, IEquatable<MetricCompatibility>, IDeepCloneable<MetricCompatibility>, IBufferMessage, IMessage
Constructors
MetricCompatibility()
Declaration
public MetricCompatibility()
MetricCompatibility(MetricCompatibility)
Declaration
public MetricCompatibility(MetricCompatibility other)
Parameters
Type | Name | Description |
---|---|---|
MetricCompatibility | other |
Properties
Compatibility
The compatibility of this metric. If the compatibility is COMPATIBLE, this metric can be successfully added to the report.
Declaration
public Compatibility Compatibility { get; set; }
Property Value
Type | Description |
---|---|
Compatibility |
HasCompatibility
Gets whether the "compatibility" field is set
Declaration
public bool HasCompatibility { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
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
public MetricMetadata MetricMetadata { get; set; }
Property Value
Type | Description |
---|---|
MetricMetadata |