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

GoogleOperations

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

An incident reported by Google Operations for a Google Workspace application.

interface GoogleOperations {
affectedUserEmails?: string[];
attachmentData?: Attachment;
description?: string;
domain?: string;
header?: string;
title?: string;
}

§Properties

§
affectedUserEmails?: string[]
[src]

The list of emails which correspond to the users directly affected by the incident.

§
attachmentData?: Attachment
[src]

Optional. Application-specific data for an incident, provided when the Google Workspace application which reported the incident cannot be completely restored to a valid state.

§
description?: string
[src]

A detailed, freeform incident description.

§
domain?: string
[src]

Customer domain for email template personalization.

§
title?: string
[src]

A one-line incident description.