Class AdsenseReportsGenerateResponse.HeadersData
public class AdsenseReportsGenerateResponse.HeadersData
- Inheritance
-
AdsenseReportsGenerateResponse.HeadersData
- Inherited Members
Constructors
HeadersData()
public HeadersData()
Properties
Currency
The currency of this column. Only present if the header type is METRIC_CURRENCY.
public virtual string Currency { get; set; }
Property Value
Name
The name of the header.
public virtual string Name { get; set; }
Property Value
Type
The type of the header; one of DIMENSION, METRIC_TALLY, METRIC_RATIO, or METRIC_CURRENCY.
public virtual string Type { get; set; }