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

ResourceInfo

import type { ResourceInfo } from "https://googleapis.deno.dev/v1/alertcenter:v1beta1.ts";

Proto that contains resource information.

interface ResourceInfo {
chatAttachmentId?: string;
chatMessageId?: string;
deviceId?: string;
documentId?: string;
resourceTitle?: string;
}

§Properties

§
chatAttachmentId?: string
[src]

Chat attachment ID.

§
chatMessageId?: string
[src]

Chat message ID.

§
deviceId?: string
[src]

Id to identify a device. For example, for Android devices, this is the "Android Device Id" and for Chrome OS devices, it's the "Device Virtual Id".

§
documentId?: string
[src]

Drive file ID.

§
resourceTitle?: string
[src]

Title of the resource, for example email subject, or document title.