Class ReportFooter
Groups data available after report generation, for example, warnings and row counts. Always sent as the last message in the stream response.
Implements
Inherited Members
Namespace: Google.Apis.AdMob.v1beta.Data
Assembly: Google.Apis.AdMob.v1beta.dll
Syntax
public class ReportFooter : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MatchingRowCount
Total number of rows that matched the request. Warning: This count does NOT always match the number of rows in the response. Do not make that assumption when processing the response.
Declaration
[JsonProperty("matchingRowCount")]
public virtual long? MatchingRowCount { get; set; }
Property Value
Type | Description |
---|---|
long? |
Warnings
Warnings associated with generation of the report.
Declaration
[JsonProperty("warnings")]
public virtual IList<ReportWarning> Warnings { get; set; }
Property Value
Type | Description |
---|---|
IList<ReportWarning> |