Show / Hide Table of Contents

Class Metadata

The dimensions, metrics and comparisons currently accepted in reporting methods.

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

Properties

Comparisons

The comparison descriptions.

Declaration
[JsonProperty("comparisons")]
public virtual IList<ComparisonMetadata> Comparisons { get; set; }
Property Value
Type Description
IList<ComparisonMetadata>

Dimensions

The dimension descriptions.

Declaration
[JsonProperty("dimensions")]
public virtual IList<DimensionMetadata> Dimensions { get; set; }
Property Value
Type Description
IList<DimensionMetadata>

ETag

The ETag of the item.

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

Metrics

The metric descriptions.

Declaration
[JsonProperty("metrics")]
public virtual IList<MetricMetadata> Metrics { get; set; }
Property Value
Type Description
IList<MetricMetadata>

Name

Resource name of this metadata.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX