documents = $documents; } /** * @return Google_Service_Firestore_Document */ public function getDocuments() { return $this->documents; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } }