芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/public_html/vendor/google/apiclient-services/src/Keep/ListNotesResponse.php
nextPageToken = $nextPageToken; } /** * @return string */ public function getNextPageToken() { return $this->nextPageToken; } /** * @param Note[] */ public function setNotes($notes) { $this->notes = $notes; } /** * @return Note[] */ public function getNotes() { return $this->notes; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ListNotesResponse::class, 'Google_Service_Keep_ListNotesResponse');