nextPageToken = $nextPageToken; } /** * @return string */ public function getNextPageToken() { return $this->nextPageToken; } /** * @param GooglePrivacyDlpV2TableDataProfile[] */ public function setTableDataProfiles($tableDataProfiles) { $this->tableDataProfiles = $tableDataProfiles; } /** * @return GooglePrivacyDlpV2TableDataProfile[] */ public function getTableDataProfiles() { return $this->tableDataProfiles; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GooglePrivacyDlpV2ListTableDataProfilesResponse::class, 'Google_Service_DLP_GooglePrivacyDlpV2ListTableDataProfilesResponse');