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

ServiceAccount

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

A subscription to receive Google PubSub notifications.

interface ServiceAccount {
email_address?: string;
kind?: string;
}

§Properties

§
email_address?: string
[src]

The ID of the notification.

§
kind?: string
[src]

The kind of item this is. For notifications, this is always storage#notification.