name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param bool */ public function setSuccess($success) { $this->success = $success; } /** * @return bool */ public function getSuccess() { return $this->success; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudApigeeV1AccessRemove::class, 'Google_Service_Apigee_GoogleCloudApigeeV1AccessRemove');