Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

NotificationGetOptions

import type { NotificationGetOptions } from "https://googleapis.deno.dev/v1/books:v1.ts";

Additional options for Books#notificationGet.

interface NotificationGetOptions {
locale?: string;
notification_id: string;
source?: string;
}

§Properties

§
locale?: string
[src]

ISO-639-1 language and ISO-3166-1 country code. Ex: 'en_US'. Used for generating notification title and body.

§
notification_id: string
[src]

String to identify the notification.

§
source?: string
[src]

String to identify the originator of this request.