Class ListAppsResponse
Response for the apps list request.
Implements
Inherited Members
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 |