Show / Hide Table of Contents

Class AccountsResource.AlertsResource

The "alerts" collection of methods.

Inheritance
object
AccountsResource.AlertsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Adsense.v2
Assembly: Google.Apis.Adsense.v2.dll
Syntax
public class AccountsResource.AlertsResource

Constructors

AlertsResource(IClientService)

Constructs a new resource.

Declaration
public AlertsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

List(string)

Lists all the alerts available in an account.

Declaration
public virtual AccountsResource.AlertsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The account which owns the collection of alerts. Format: accounts/{account}

Returns
Type Description
AccountsResource.AlertsResource.ListRequest
In this article
Back to top Generated by DocFX