Show / Hide Table of Contents

Class AccountsResource.AppsResource

The "apps" collection of methods.

Inheritance
object
AccountsResource.AppsResource
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
Assembly: Google.Apis.AdMob.v1beta.dll
Syntax
public class AccountsResource.AppsResource

Constructors

AppsResource(IClientService)

Constructs a new resource.

Declaration
public AppsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Create(App, string)

Creates an app under the specified AdMob account. This method has limited access. If you see a 403 permission denied error, please reach out to your account manager for access.

Declaration
public virtual AccountsResource.AppsResource.CreateRequest Create(App body, string parent)
Parameters
Type Name Description
App body

The body of the request.

string parent

Required. Resource name of the account for which the app is being created. Example: accounts/pub-9876543210987654

Returns
Type Description
AccountsResource.AppsResource.CreateRequest

List(string)

List the apps under the specified AdMob account.

Declaration
public virtual AccountsResource.AppsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. Resource name of the account to list apps for. Example: accounts/pub-9876543210987654

Returns
Type Description
AccountsResource.AppsResource.ListRequest
In this article
Back to top Generated by DocFX