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.v1
Assembly: Google.Apis.AdMob.v1.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

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