Schedule constructor
Schedule({})
Implementation
Schedule({
this.createTime,
this.cronSchedule,
this.description,
this.displayName,
this.executionTemplate,
this.name,
this.recentExecutions,
this.state,
this.timeZone,
this.updateTime,
});