deployment = $deployment; } /** * @return Deployment */ public function getDeployment() { return $this->deployment; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GrafeasV1beta1DeploymentDetails::class, 'Google_Service_ContainerAnalysis_GrafeasV1beta1DeploymentDetails');