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

EnterpriseCrmEventbusProtoCloudLoggingDetails

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

Cloud Logging details, selected by the user for the integration version (workflow). This message field will be also used in ExecutionInfo, to indicate the CloudLoggingDetails config at the time of workflow (integration version) execution, since this field value can be changed for an unpublished workflow.

interface EnterpriseCrmEventbusProtoCloudLoggingDetails {
cloudLoggingSeverity?:
| "CLOUD_LOGGING_SEVERITY_UNSPECIFIED"
| "INFO"
| "ERROR"
| "WARNING";
enableCloudLogging?: boolean;
}

§Properties

§
cloudLoggingSeverity?: "CLOUD_LOGGING_SEVERITY_UNSPECIFIED" | "INFO" | "ERROR" | "WARNING"
[src]

Severity selected by the customer for the logs to be sent to Cloud Logging, for the integration version getting executed.

§
enableCloudLogging?: boolean
[src]

Status of whether Cloud Logging is enabled or not for the integration version getting executed.