Class AccountsResource.ListRequest
Lists the AdMob publisher account accessible with the client credential. Currently, all credentials have access to at most one AdMob account.
Inheritance
System.Object
AccountsResource.ListRequest
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 ListRequest : AdMobBaseServiceRequest<ListPublisherAccountsResponse>, IClientServiceRequest<ListPublisherAccountsResponse>, IClientServiceRequest
Constructors
ListRequest(IClientService)
Constructs a new List request.
Declaration
public ListRequest(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdMob.v1.Data.ListPublisherAccountsResponse>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdMob.v1.Data.ListPublisherAccountsResponse>.MethodName
PageSize
Maximum number of accounts to return.
Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
PageToken
The value returned by the last ListPublisherAccountsResponse; indicates that this is a
continuation of a prior ListPublisherAccounts call, and that the system should return the next page of
data.
Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdMob.v1.Data.ListPublisherAccountsResponse>.RestPath
Methods
InitParameters()
Initializes List parameter list.
Declaration
protected override void InitParameters()
Overrides
Google.Apis.AdMob.v1.AdMobBaseServiceRequest<Google.Apis.AdMob.v1.Data.ListPublisherAccountsResponse>.InitParameters()