notification = $notification; } /** * @return Notification */ public function getNotification() { return $this->notification; } /** * @param NotifierSecret[] */ public function setSecrets($secrets) { $this->secrets = $secrets; } /** * @return NotifierSecret[] */ public function getSecrets() { return $this->secrets; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(NotifierSpec::class, 'Google_Service_CloudBuild_NotifierSpec');