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

GoogleCloudEssentialcontactsV1SendTestMessageRequest

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

Request message for the SendTestMessage method.

interface GoogleCloudEssentialcontactsV1SendTestMessageRequest {
contacts?: string[];
notificationCategory?:
| "NOTIFICATION_CATEGORY_UNSPECIFIED"
| "ALL"
| "SUSPENSION"
| "SECURITY"
| "TECHNICAL"
| "BILLING"
| "LEGAL"
| "PRODUCT_UPDATES"
| "TECHNICAL_INCIDENTS";
}

§Properties

§
contacts?: string[]
[src]

Required. The list of names of the contacts to send a test message to. Format: organizations/{organization_id}/contacts/{contact_id}, folders/{folder_id}/contacts/{contact_id} or projects/{project_id}/contacts/{contact_id}

§
notificationCategory?: "NOTIFICATION_CATEGORY_UNSPECIFIED" | "ALL" | "SUSPENSION" | "SECURITY" | "TECHNICAL" | "BILLING" | "LEGAL" | "PRODUCT_UPDATES" | "TECHNICAL_INCIDENTS"
[src]

Required. The notification category to send the test message for. All contacts must be subscribed to this category.