Class AccountsResource.AlertsResource.ListRequest
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
IClientServiceaccountId
string
Properties
AccountId
Account for which to retrieve the alerts.
public virtual string AccountId { get; }
Property Value
HttpMethod
Gets the HTTP method.
public override string HttpMethod { get; }
Property Value
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
MethodName
Gets the method name.
public override string MethodName { get; }
Property Value
RestPath
Gets the REST path.
public override string RestPath { get; }
Property Value
Methods
InitParameters()
Initializes List parameter list.
protected override void InitParameters()