Table of Contents

Class AccountsResource.AlertsResource.ListRequest

Namespace
Google.Apis.AdSense.v1_4
Assembly
Google.Apis.AdSense.v1_4.dll

List the alerts for the specified AdSense account.

public class AccountsResource.AlertsResource.ListRequest : AdSenseBaseServiceRequest<Alerts>
Inheritance
AccountsResource.AlertsResource.ListRequest
Inherited Members

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

public ListRequest(IClientService service, string accountId)

Parameters

service IClientService
accountId string

Properties

AccountId

Account for which to retrieve the alerts.

public virtual string AccountId { get; }

Property Value

string

HttpMethod

Gets the HTTP method.

public override string HttpMethod { get; }

Property Value

string

Locale

The locale to use for translating alert messages. The account locale will be used if this is not supplied. The AdSense default (English) will be used if the supplied locale is invalid or unsupported.

public virtual string Locale { get; set; }

Property Value

string

MethodName

Gets the method name.

public override string MethodName { get; }

Property Value

string

RestPath

Gets the REST path.

public override string RestPath { get; }

Property Value

string

Methods

InitParameters()

Initializes List parameter list.

protected override void InitParameters()