/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Dataform
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Dataform/WorkflowConfig.php (2938B)
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;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(WorkflowConfig::class, 'Google_Service_Dataform_WorkflowConfig');