Show / Hide Table of Contents

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
object
ReportFooter
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX