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

GoogleCloudAdvisorynotificationsV1Settings

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

Settings for Advisory Notifications.

interface GoogleCloudAdvisorynotificationsV1Settings {
etag?: string;
name?: string;
notificationSettings?: {};
}

§Properties

§
etag?: string
[src]

Required. Fingerprint for optimistic concurrency returned in Get requests. Must be provided for Update requests. If the value provided does not match the value known to the server, ABORTED will be thrown, and the client should retry the read-modify-write cycle.

§
name?: string
[src]

Identifier. The resource name of the settings to retrieve. Format: organizations/{organization}/locations/{location}/settings or projects/{projects}/locations/{location}/settings.

§
notificationSettings?: {}
[src]

Required. Map of each notification type and its settings to get/set all settings at once. The server will validate the value for each notification type.