Class AlertsResource.ListRequest
List the alerts for this AdSense account.
public class AlertsResource.ListRequest : AdSenseBaseServiceRequest<Alerts>
- Inheritance
-
AlertsResource.ListRequest
- Inherited Members
Constructors
ListRequest(IClientService)
Constructs a new List request.
public ListRequest(IClientService service)
Parameters
service
IClientService
Properties
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()