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