nextPageToken = $nextPageToken; } /** * @return string */ public function getNextPageToken() { return $this->nextPageToken; } /** * A list of operations that matches the specified filter in the request. * * @param Operation[] $operations */ public function setOperations($operations) { $this->operations = $operations; } /** * @return Operation[] */ public function getOperations() { return $this->operations; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ListOperationsResponse::class, 'Google_Service_SecureSourceManager_ListOperationsResponse');