/var/www/flurhymez/vendor/google/apiclient-services/src/DeploymentManager
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/DeploymentManager/DeploymentUpdate.php (1802B)
description = $description;
}
/**
* @return string
*/
public function getDescription()
{
return $this->description;
}
/**
* @param DeploymentUpdateLabelEntry[]
*/
public function setLabels($labels)
{
$this->labels = $labels;
}
/**
* @return DeploymentUpdateLabelEntry[]
*/
public function getLabels()
{
return $this->labels;
}
/**
* @param string
*/
public function setManifest($manifest)
{
$this->manifest = $manifest;
}
/**
* @return string
*/
public function getManifest()
{
return $this->manifest;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(DeploymentUpdate::class, 'Google_Service_DeploymentManager_DeploymentUpdate');