Show / Hide Table of Contents

Class GenerateCampaignReportResponse

Campaign Report API response.

Inheritance
object
GenerateCampaignReportResponse
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 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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX