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

EnterpriseCrmFrontendsEventbusProtoTaskEntity

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

Contains a task's metadata and associated information. Next available id: 7

interface EnterpriseCrmFrontendsEventbusProtoTaskEntity {
disabledForVpcSc?: boolean;
taskType?: "TASK" | "ASIS_TEMPLATE" | "IO_TEMPLATE";
}

§Properties

§
disabledForVpcSc?: boolean
[src]

True if the task has conflict with vpcsc

§

Metadata inclueds the task name, author and so on.

§

Declarations for inputs/outputs for a TypedTask. This is also associated with the METADATA mask.

§

Deprecated - statistics from the Monarch query.

§
taskType?: "TASK" | "ASIS_TEMPLATE" | "IO_TEMPLATE"
[src]

Defines the type of the task

§

UI configuration for this task Also associated with the METADATA mask.