nextPageToken = $nextPageToken; } /** * @return string */ public function getNextPageToken() { return $this->nextPageToken; } /** * @param GooglePrivacyDlpV2ProjectDataProfile[] */ public function setProjectDataProfiles($projectDataProfiles) { $this->projectDataProfiles = $projectDataProfiles; } /** * @return GooglePrivacyDlpV2ProjectDataProfile[] */ public function getProjectDataProfiles() { return $this->projectDataProfiles; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GooglePrivacyDlpV2ListProjectDataProfilesResponse::class, 'Google_Service_DLP_GooglePrivacyDlpV2ListProjectDataProfilesResponse');