Class McfData.ColumnHeadersData
Column headers that list dimension names followed by the metric names. The order of dimensions and metrics is same as specified in the request.
Inherited Members
Namespace: Google.Apis.Analytics.v3.Data
Assembly: Google.Apis.Analytics.v3.dll
Syntax
public class McfData.ColumnHeadersData
Properties
ColumnType
Column Type. Either DIMENSION or METRIC.
Declaration
[JsonProperty("columnType")]
public virtual string ColumnType { get; set; }
Property Value
Type | Description |
---|---|
string |
DataType
Data type. Dimension and metric values data types such as INTEGER, DOUBLE, CURRENCY, MCF_SEQUENCE etc.
Declaration
[JsonProperty("dataType")]
public virtual string DataType { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Column name.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |