docs: update docs (#916)

* fix: re-run script

* test: fix noxfile
diff --git a/docs/dyn/bigqueryreservation_v1.projects.locations.reservations.assignments.html b/docs/dyn/bigqueryreservation_v1.projects.locations.reservations.assignments.html
index 9a5816d..ad2f4b2 100644
--- a/docs/dyn/bigqueryreservation_v1.projects.locations.reservations.assignments.html
+++ b/docs/dyn/bigqueryreservation_v1.projects.locations.reservations.assignments.html
@@ -242,8 +242,6 @@
   An object of the form:
 
     { # The response for ReservationService.ListAssignments.
-    "nextPageToken": "A String", # Token to retrieve the next page of results, or empty if there are no
-        # more results in the list.
     "assignments": [ # List of assignments visible to the user.
       { # A Assignment allows a project to submit jobs
           # of a certain type using slots from the specified reservation.
@@ -255,6 +253,8 @@
             # `projects/myproject`, `folders/123`, or `organizations/456`.
       },
     ],
+    "nextPageToken": "A String", # Token to retrieve the next page of results, or empty if there are no
+        # more results in the list.
   }</pre>
 </div>