Class Report
A single report generated by its parent report.
Implements
Inherited Members
Namespace: Google.Apis.DoubleClickBidManager.v2.Data
Assembly: Google.Apis.DoubleClickBidManager.v2.dll
Syntax
public class Report : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Key
The key information identifying the report.
Declaration
[JsonProperty("key")]
public virtual ReportKey Key { get; set; }
Property Value
Type | Description |
---|---|
ReportKey |
Metadata
The metadata of the report.
Declaration
[JsonProperty("metadata")]
public virtual ReportMetadata Metadata { get; set; }
Property Value
Type | Description |
---|---|
ReportMetadata |
Params__
The parameters of the report.
Declaration
[JsonProperty("params")]
public virtual Parameters Params__ { get; set; }
Property Value
Type | Description |
---|---|
Parameters |