Show / Hide Table of Contents

Class ComparisonMetadata

The metadata for a single comparison.

Inheritance
object
ComparisonMetadata
Implements
IMessage<ComparisonMetadata>
IEquatable<ComparisonMetadata>
IDeepCloneable<ComparisonMetadata>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Analytics.Data.V1Beta
Assembly: Google.Analytics.Data.V1Beta.dll
Syntax
public sealed class ComparisonMetadata : IMessage<ComparisonMetadata>, IEquatable<ComparisonMetadata>, IDeepCloneable<ComparisonMetadata>, IBufferMessage, IMessage

Constructors

ComparisonMetadata()

Declaration
public ComparisonMetadata()

ComparisonMetadata(ComparisonMetadata)

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

Properties

ApiName

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

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

Description

This comparison's description.

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

UiName

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

Declaration
public string UiName { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX