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

Notification

import type { Notification } from "https://googleapis.deno.dev/v1/books:v1.ts";
interface Notification {
body?: string;
crmExperimentIds?: bigint[];
doc_id?: string;
doc_type?: string;
dont_show_notification?: boolean;
iconUrl?: string;
is_document_mature?: boolean;
kind?: string;
notification_type?: string;
notificationGroup?: string;
pcampaign_id?: string;
reason?: string;
show_notification_settings_action?: boolean;
targetUrl?: string;
timeToExpireMs?: bigint;
title?: string;
}

§Properties

§
body?: string
[src]
§
crmExperimentIds?: bigint[]
[src]

The list of crm experiment ids.

§
doc_id?: string
[src]
§
doc_type?: string
[src]
§
dont_show_notification?: boolean
[src]
§
iconUrl?: string
[src]
§
is_document_mature?: boolean
[src]
§
kind?: string
[src]

Resource type.

§
notification_type?: string
[src]
§
notificationGroup?: string
[src]
§
pcampaign_id?: string
[src]
§
reason?: string
[src]
§
show_notification_settings_action?: boolean
[src]
§
targetUrl?: string
[src]
§
timeToExpireMs?: bigint
[src]
§
title?: string
[src]