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

EnterpriseCrmEventbusProtoTeardownTaskConfig

import type { EnterpriseCrmEventbusProtoTeardownTaskConfig } from "https://googleapis.deno.dev/v1/integrations:v1.ts";
interface EnterpriseCrmEventbusProtoTeardownTaskConfig {
creatorEmail?: string;
name?: string;
teardownTaskImplementationClassName?: string;
}

§Properties

§
creatorEmail?: string
[src]

The creator's email address.

§
name?: string
[src]

Required. Unique identifier of the teardown task within this Config. We use this field as the identifier to find next teardown tasks.

§

The parameters the user can pass to this task.

§
teardownTaskImplementationClassName?: string
[src]

Required. Implementation class name.