Show / Hide Table of Contents

Class ComparisonMetadata

The metadata for a single comparison.

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

Properties

ApiName

This comparison's resource name. Useable in Comparison's comparison field. For example, 'comparisons/1234'.

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

Description

This comparison's description.

Declaration
[JsonProperty("description")]
public virtual string Description { 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

UiName

This comparison's name within the Google Analytics user interface.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX