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;
}