Class ReportFooter
Groups data available after report generation, for example, warnings and row counts. Always sent as the last message in the stream response.
Inheritance
System.Object
ReportFooter
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.AdMob.v1.Data
Assembly: Google.Apis.AdMob.v1.dll
Syntax
public class ReportFooter : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.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 |
|---|---|
| System.Nullable<System.Int64> |
Warnings
Warnings associated with generation of the report.
Declaration
[JsonProperty("warnings")]
public virtual IList<ReportWarning> Warnings { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<ReportWarning> |