interface CreateHttpJobConfig {
    cloud_scheduler: CloudSchedulerClient;
    description: string;
    location_id: string;
    name: string;
    project_id: string;
    req_body?: {
        [key: string]: any;
    };
    schedule: string;
    service_account_email?: string;
    timezone: "Europe/Rome";
    url_to_call: string;
}

Properties

cloud_scheduler: CloudSchedulerClient
description: string
location_id: string
name: string
project_id: string
req_body?: {
    [key: string]: any;
}
schedule: string
service_account_email?: string
timezone: "Europe/Rome"
url_to_call: string