Show / Hide Table of Contents

Class Metadata

The dimensions and metrics currently accepted in reporting methods.

Inheritance
System.Object
Metadata
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.AnalyticsData.v1alpha.Data
Assembly: Google.Apis.AnalyticsData.v1alpha.dll
Syntax
public class Metadata : IDirectResponseSchema

Properties

Dimensions

The dimension descriptions.

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

ETag

The ETag of the item.

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

Metrics

The metric descriptions.

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

Name

Resource name of this metadata.

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

Implements

IDirectResponseSchema
In This Article
Back to top