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

GoogleCloudSecuritycenterV2Contact

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

The email address of a contact.

interface GoogleCloudSecuritycenterV2Contact {
email?: string;
}

§Properties

§
email?: string
[src]

An email address. For example, "person123@company.com".