Class GenerateCampaignReportResponse
Campaign Report API response.
Implements
Inherited Members
Namespace: Google.Apis.AdMob.v1beta.Data
Assembly: Google.Apis.AdMob.v1beta.dll
Syntax
public class GenerateCampaignReportResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Rows
The campaign report data from the specified publisher. At most 100000 rows will be returned from the API.
Declaration
[JsonProperty("rows")]
public virtual IList<ReportRow> Rows { get; set; }
Property Value
Type | Description |
---|---|
IList<ReportRow> |