Show / Hide Table of Contents

Class NotificationResource

The "notification" collection of methods.

Inheritance
System.Object
NotificationResource
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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
System.String notificationId

String to identify the notification.

Returns
Type Description
NotificationResource.GetRequest
In This Article
Back to top