createTime = $createTime; } /** * @return string */ public function getCreateTime() { return $this->createTime; } /** * @param string */ public function setCronSchedule($cronSchedule) { $this->cronSchedule = $cronSchedule; } /** * @return string */ public function getCronSchedule() { return $this->cronSchedule; } /** * @param InvocationConfig */ public function setInvocationConfig(InvocationConfig $invocationConfig) { $this->invocationConfig = $invocationConfig; } /** * @return InvocationConfig */ public function getInvocationConfig() { return $this->invocationConfig; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param ScheduledExecutionRecord[] */ public function setRecentScheduledExecutionRecords($recentScheduledExecutionRecords) { $this->recentScheduledExecutionRecords = $recentScheduledExecutionRecords; } /** * @return ScheduledExecutionRecord[] */ public function getRecentScheduledExecutionRecords() { return $this->recentScheduledExecutionRecords; } /** * @param string */ public function setReleaseConfig($releaseConfig) { $this->releaseConfig = $releaseConfig; } /** * @return string */ public function getReleaseConfig() { return $this->releaseConfig; } /** * @param string */ public function setTimeZone($timeZone) { $this->timeZone = $timeZone; } /** * @return string */ public function getTimeZone() { return $this->timeZone; } /** * @param string */ public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } /** * @return string */ public function getUpdateTime() { return $this->updateTime; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(WorkflowConfig::class, 'Google_Service_Dataform_WorkflowConfig');