芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/public_html/vendor/google/apiclient-services/src/CloudBuild/NotifierSpec.php
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');