Show / Hide Table of Contents

Class CheckCompatibilityResponse

The compatibility response with the compatibility of each dimension & metric.

Inheritance
System.Object
CheckCompatibilityResponse
Implements
Google.Protobuf.IMessage<CheckCompatibilityResponse>
System.IEquatable<CheckCompatibilityResponse>
Google.Protobuf.IDeepCloneable<CheckCompatibilityResponse>
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 CheckCompatibilityResponse : IMessage<CheckCompatibilityResponse>, IEquatable<CheckCompatibilityResponse>, IDeepCloneable<CheckCompatibilityResponse>, IBufferMessage, IMessage

Constructors

CheckCompatibilityResponse()

Declaration
public CheckCompatibilityResponse()

CheckCompatibilityResponse(CheckCompatibilityResponse)

Declaration
public CheckCompatibilityResponse(CheckCompatibilityResponse other)
Parameters
Type Name Description
CheckCompatibilityResponse other

Properties

DimensionCompatibilities

The compatibility of each dimension.

Declaration
public RepeatedField<DimensionCompatibility> DimensionCompatibilities { get; }
Property Value
Type Description
Google.Protobuf.Collections.RepeatedField<DimensionCompatibility>

MetricCompatibilities

The compatibility of each metric.

Declaration
public RepeatedField<MetricCompatibility> MetricCompatibilities { get; }
Property Value
Type Description
Google.Protobuf.Collections.RepeatedField<MetricCompatibility>
In This Article
Back to top