nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2StoredInfoType */ public function setStoredInfoTypes($storedInfoTypes) { $this->storedInfoTypes = $storedInfoTypes; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2StoredInfoType */ public function getStoredInfoTypes() { return $this->storedInfoTypes; } }