For Cloud Scheduler jobs specified in the unix-cron format, this is the job schedule time in RFC3339 UTC "Zulu" format. Populated via the X-CloudScheduler-ScheduleTime header.If the schedule is manually triggered, this field will be the function execution time.
scheduler.ScheduledEvent.jobName
The Cloud Scheduler job name. Populated via the X-CloudScheduler-JobName header.
If invoked manually, this field is undefined.
Signature:
jobName?:string;
scheduler.ScheduledEvent.scheduleTime
For Cloud Scheduler jobs specified in the unix-cron format, this is the job schedule time in RFC3339 UTC "Zulu" format. Populated via the X-CloudScheduler-ScheduleTime header.
If the schedule is manually triggered, this field will be the function execution time.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-03-21 UTC."],[],[],null,["Interface representing a ScheduleEvent that is passed to the function handler.\n\n**Signature:** \n\n export interface ScheduledEvent \n\nProperties\n\nscheduler.ScheduledEvent.jobName\n\nThe Cloud Scheduler job name. Populated via the X-CloudScheduler-JobName header.\n\nIf invoked manually, this field is undefined.\n\n**Signature:** \n\n jobName?: string;\n\nscheduler.ScheduledEvent.scheduleTime\n\nFor Cloud Scheduler jobs specified in the unix-cron format, this is the job schedule time in RFC3339 UTC \"Zulu\" format. Populated via the X-CloudScheduler-ScheduleTime header.\n\nIf the schedule is manually triggered, this field will be the function execution time.\n\n**Signature:** \n\n scheduleTime: string;"]]