nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSnapshots($snapshots) { $this->snapshots = $snapshots; } public function getSnapshots() { return $this->snapshots; } }