fields = $fields; } /** * @return Google_Service_Firestore_GoogleFirestoreAdminV1Field */ public function getFields() { return $this->fields; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } }