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

EnterpriseCrmEventbusProtoAttributes

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

Attributes are additional options that can be associated with each event property. For more information, see

interface EnterpriseCrmEventbusProtoAttributes {
dataType?:
| "DATA_TYPE_UNSPECIFIED"
| "EMAIL"
| "URL"
| "CURRENCY"
| "TIMESTAMP"
| "DOMAIN_NAME";
isRequired?: boolean;
isSearchable?: boolean;
masked?: boolean;
readOnly?: boolean;
searchable?: "UNSPECIFIED" | "YES" | "NO";
taskVisibility?: string[];
}

§Properties

§
dataType?: "DATA_TYPE_UNSPECIFIED" | "EMAIL" | "URL" | "CURRENCY" | "TIMESTAMP" | "DOMAIN_NAME"
[src]

Things like URL, Email, Currency, Timestamp (rather than string, int64...)

§

Used to define defaults.

§
isRequired?: boolean
[src]

Required for event execution. The validation will be done by the event bus when the event is triggered.

§
isSearchable?: boolean
[src]

Used to indicate if a ParameterEntry should be converted to ParamIndexes for ST-Spanner full-text search. DEPRECATED: use searchable.

§
masked?: boolean
[src]

True if this workflow parameter should be masked in the logs

§
readOnly?: boolean
[src]

Used to indicate if the ParameterEntry is a read only field or not.

§
searchable?: "UNSPECIFIED" | "YES" | "NO"
[src]
§
taskVisibility?: string[]
[src]

List of tasks that can view this property, if empty then all.