Class AccountsResource
The "accounts" collection of methods.
Inheritance
System.Object
AccountsResource
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.AdMob.v1
Assembly: Google.Apis.AdMob.v1.dll
Syntax
public class AccountsResource
Constructors
AccountsResource(IClientService)
Constructs a new resource.
Declaration
public AccountsResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Properties
MediationReport
Gets the MediationReport resource.
Declaration
public virtual AccountsResource.MediationReportResource MediationReport { get; }
Property Value
| Type | Description |
|---|---|
| AccountsResource.MediationReportResource |
NetworkReport
Gets the NetworkReport resource.
Declaration
public virtual AccountsResource.NetworkReportResource NetworkReport { get; }
Property Value
| Type | Description |
|---|---|
| AccountsResource.NetworkReportResource |
Methods
Get(String)
Gets information about the specified AdMob publisher account.
Declaration
public virtual AccountsResource.GetRequest Get(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name | Resource name of the publisher account to retrieve. Example: accounts/pub-9876543210987654 |
Returns
| Type | Description |
|---|---|
| AccountsResource.GetRequest |
List()
Lists the AdMob publisher account accessible with the client credential. Currently, all credentials have access to at most one AdMob account.
Declaration
public virtual AccountsResource.ListRequest List()
Returns
| Type | Description |
|---|---|
| AccountsResource.ListRequest |