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

EnterpriseCrmEventbusProtoCloudSchedulerConfig

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

Cloud Scheduler Trigger configuration

interface EnterpriseCrmEventbusProtoCloudSchedulerConfig {
cronTab?: string;
errorMessage?: string;
location?: string;
serviceAccountEmail?: string;
}

§Properties

§
cronTab?: string
[src]

Required. The cron tab of cloud scheduler trigger.

§
errorMessage?: string
[src]

Optional. When the job was deleted from Pantheon UI, error_message will be populated when Get/List integrations

§
location?: string
[src]

Required. The location where associated cloud scheduler job will be created

§
serviceAccountEmail?: string
[src]

Required. Service account used by Cloud Scheduler to trigger the integration at scheduled time