Show / Hide Table of Contents

Class ListAppsResponse

Response for the apps list request.

Inheritance
object
ListAppsResponse
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.v1.Data
Assembly: Google.Apis.AdMob.v1.dll
Syntax
public class ListAppsResponse : IDirectResponseSchema

Properties

Apps

The resulting apps for the requested account.

Declaration
[JsonProperty("apps")]
public virtual IList<App> Apps { get; set; }
Property Value
Type Description
IList<App>

ETag

The ETag of the item.

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

NextPageToken

If not empty, indicates that there may be more apps for the request; this value should be passed in a new ListAppsRequest.

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