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

EnterpriseCrmEventbusProtoNextTeardownTask

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

The teardown task that is next in line to be executed. We support only sequential execution of teardown tasks (i.e. no branching).

interface EnterpriseCrmEventbusProtoNextTeardownTask {
name?: string;
}

§Properties

§
name?: string
[src]

Required. Name of the next teardown task.