interface DeleteJobConfig {
    cloud_scheduler: CloudSchedulerClient;
    location_id: string;
    name: string;
    project_id?: string;
}

Properties

cloud_scheduler: CloudSchedulerClient
location_id: string
name: string
project_id?: string