Table of Contents

Class AdsenseReportsGenerateResponse.HeadersData

Namespace
Google.Apis.AdSense.v1_4.Data
Assembly
Google.Apis.AdSense.v1_4.dll
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

string

Name

The name of the header.

public virtual string Name { get; set; }

Property Value

string

Type

The type of the header; one of DIMENSION, METRIC_TALLY, METRIC_RATIO, or METRIC_CURRENCY.

public virtual string Type { get; set; }

Property Value

string