Show / Hide Table of Contents

Class NotificationResource

The "notification" collection of methods.

Inheritance
object
NotificationResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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
string notificationId

String to identify the notification.

Returns
Type Description
NotificationResource.GetRequest
In this article
Back to top Generated by DocFX