Show / Hide Table of Contents

Class ListCampaignsResponse

Response for the ListCampaignsRequest.

Inheritance
object
ListCampaignsResponse
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 ListCampaignsResponse : IDirectResponseSchema

Properties

Campaigns

The resulting mediation groups for the requested account.

Declaration
[JsonProperty("campaigns")]
public virtual IList<Campaign> Campaigns { get; set; }
Property Value
Type Description
IList<Campaign>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

NextPageToken

Used to set the page_token in the ListCampaignsRequest to retrieve the next page. If this field is omitted, there are no subsequent pages.

Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX