Class GenerateMediationReportRequest
Request to generate an AdMob Mediation report.
Implements
Inherited Members
Namespace: Google.Apis.AdMob.v1.Data
Assembly: Google.Apis.AdMob.v1.dll
Syntax
public class GenerateMediationReportRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ReportSpec
Network report specification.
Declaration
[JsonProperty("reportSpec")]
public virtual MediationReportSpec ReportSpec { get; set; }
Property Value
Type | Description |
---|---|
MediationReportSpec |