Class AccountsResource.ListRequest
List hosted accounts associated with this AdSense account by ad client id.
Inheritance
AccountsResource.ListRequest
Inherited Members
Namespace: Google.Apis.AdSenseHost.v4_1
Assembly: Google.Apis.AdSenseHost.v4_1.dll
Syntax
public class AccountsResource.ListRequest : AdSenseHostBaseServiceRequest<Accounts>, IClientServiceRequest<Accounts>, IClientServiceRequest
Constructors
ListRequest(IClientService, Repeatable<string>)
Constructs a new List request.
Declaration
public ListRequest(IClientService service, Repeatable<string> filterAdClientId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
Repeatable<string> | filterAdClientId |
Properties
FilterAdClientId
Ad clients to list accounts for.
Declaration
[RequestParameter("filterAdClientId", RequestParameterType.Query)]
public virtual Repeatable<string> FilterAdClientId { get; }
Property Value
Type | Description |
---|---|
Repeatable<string> |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdSenseHost.v4_1.Data.Accounts>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdSenseHost.v4_1.Data.Accounts>.MethodName
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdSenseHost.v4_1.Data.Accounts>.RestPath
Methods
InitParameters()
Initializes List parameter list.
Declaration
protected override void InitParameters()