Show / Hide Table of Contents

Class DimensionCompatibility

The compatibility for a single dimension.

Inheritance
object
DimensionCompatibility
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 DimensionCompatibility : IDirectResponseSchema

Properties

Compatibility

The compatibility of this dimension. If the compatibility is COMPATIBLE, this dimension can be successfully added to the report.

Declaration
[JsonProperty("compatibility")]
public virtual string Compatibility { get; set; }
Property Value
Type Description
string

DimensionMetadata

The dimension metadata contains the API name for this compatibility information. The dimension metadata also contains other helpful information like the UI name and description.

Declaration
[JsonProperty("dimensionMetadata")]
public virtual DimensionMetadata DimensionMetadata { get; set; }
Property Value
Type Description
DimensionMetadata

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX