Class NotificationResource
The "notification" collection of methods.
Inherited Members
Namespace: Google.Apis.Books.v1
Assembly: Google.Apis.Books.v1.dll
Syntax
public class NotificationResource
Constructors
NotificationResource(IClientService)
Constructs a new resource.
Declaration
public NotificationResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Get(string)
Returns notification details for a given notification id.
Declaration
public virtual NotificationResource.GetRequest Get(string notificationId)
Parameters
Type | Name | Description |
---|---|---|
string | notificationId | String to identify the notification. |
Returns
Type | Description |
---|---|
NotificationResource.GetRequest |