Class Metadata
The dimensions, metrics and comparisons currently accepted in reporting methods.
Implements
Inherited Members
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 |