module AlertsResource: sig .. end
val delete : ?base_url:string ->
?std_params:GapiService.StandardParameters.t ->
alertId:string ->
GapiConversation.Session.t -> unit * GapiConversation.Session.t
Dismiss (delete) the specified alert from the publisher's AdSense account.
base_url : Service endpoint base URL (defaults to "https://www.googleapis.com/adsense/v1.4/").
std_params : Optional standard parameters.
alertId : Alert to delete.
val list : ?base_url:string ->
?std_params:GapiService.StandardParameters.t ->
?locale:string ->
GapiConversation.Session.t ->
GapiAdsenseV1_4Model.Alerts.t * GapiConversation.Session.t
List the alerts for this AdSense account.
base_url : Service endpoint base URL (defaults to "https://www.googleapis.com/adsense/v1.4/").
std_params : Optional standard parameters.
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.