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

EnterpriseCrmEventbusStatsDimensions

import type { EnterpriseCrmEventbusStatsDimensions } from "https://googleapis.deno.dev/v1/integrations:v1.ts";
interface EnterpriseCrmEventbusStatsDimensions {
clientId?: string;
enumFilterType?: "DEFAULT_INCLUSIVE" | "EXCLUSIVE";
errorEnumString?: string;
retryAttempt?:
| "UNSPECIFIED"
| "FINAL"
| "RETRYABLE"
| "CANCELED";
taskName?: string;
taskNumber?: string;
triggerId?: string;
warningEnumString?: string;
workflowId?: string;
workflowName?: string;
}

§Properties

§
clientId?: string
[src]
§
enumFilterType?: "DEFAULT_INCLUSIVE" | "EXCLUSIVE"
[src]

Whether to include or exclude the enums matching the regex.

§
errorEnumString?: string
[src]
§
retryAttempt?: "UNSPECIFIED" | "FINAL" | "RETRYABLE" | "CANCELED"
[src]
§
taskName?: string
[src]
§
taskNumber?: string
[src]
§
triggerId?: string
[src]

Stats have been or will be aggregated on set fields for any semantically-meaningful combination.

§
warningEnumString?: string
[src]
§
workflowId?: string
[src]
§
workflowName?: string
[src]