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

EnterpriseCrmEventbusProtoBuganizerNotification

import type { EnterpriseCrmEventbusProtoBuganizerNotification } from "https://googleapis.deno.dev/v1/integrations:v1.ts";
interface EnterpriseCrmEventbusProtoBuganizerNotification {
assigneeEmailAddress?: string;
componentId?: bigint;
templateId?: bigint;
title?: string;
}

§Properties

§
assigneeEmailAddress?: string
[src]

Whom to assign the new bug. Optional.

§
componentId?: bigint
[src]

ID of the buganizer component within which to create a new issue. Required.

§
templateId?: bigint
[src]

ID of the buganizer template to use. Optional.

§
title?: string
[src]

Title of the issue to be created. Required.