/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Script
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Script/Deployment.php (1979B)
deploymentConfig = $deploymentConfig;
}
/**
* @return Google_Service_Script_DeploymentConfig
*/
public function getDeploymentConfig()
{
return $this->deploymentConfig;
}
public function setDeploymentId($deploymentId)
{
$this->deploymentId = $deploymentId;
}
public function getDeploymentId()
{
return $this->deploymentId;
}
/**
* @param Google_Service_Script_EntryPoint[]
*/
public function setEntryPoints($entryPoints)
{
$this->entryPoints = $entryPoints;
}
/**
* @return Google_Service_Script_EntryPoint[]
*/
public function getEntryPoints()
{
return $this->entryPoints;
}
public function setUpdateTime($updateTime)
{
$this->updateTime = $updateTime;
}
public function getUpdateTime()
{
return $this->updateTime;
}
}