Class AccountsResource.AdUnitsResource
The "adUnits" collection of methods.
Inherited Members
Namespace: Google.Apis.AdMob.v1
Assembly: Google.Apis.AdMob.v1.dll
Syntax
public class AccountsResource.AdUnitsResource
Constructors
AdUnitsResource(IClientService)
Constructs a new resource.
Declaration
public AdUnitsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
List(string)
List the ad units under the specified AdMob account.
Declaration
public virtual AccountsResource.AdUnitsResource.ListRequest List(string parent)
Parameters
Type | Name | Description |
---|---|---|
string | parent | Required. Resource name of the account to list ad units for. Example: accounts/pub-9876543210987654 |
Returns
Type | Description |
---|---|
AccountsResource.AdUnitsResource.ListRequest |