docs: update docs (#916)

* fix: re-run script

* test: fix noxfile
diff --git a/docs/dyn/analytics_v3.userDeletion.userDeletionRequest.html b/docs/dyn/analytics_v3.userDeletion.userDeletionRequest.html
index e084315..a6912b4 100644
--- a/docs/dyn/analytics_v3.userDeletion.userDeletionRequest.html
+++ b/docs/dyn/analytics_v3.userDeletion.userDeletionRequest.html
@@ -87,15 +87,15 @@
     The object takes the form of:
 
 { # JSON template for a user deletion request resource.
-    "webPropertyId": "A String", # Web property ID of the form UA-XXXXX-YY.
-    "propertyId": "A String", # Property ID
-    "firebaseProjectId": "A String", # Firebase Project Id
     "id": { # User ID.
-      "type": "A String", # Type of user
       "userId": "A String", # The User's id
+      "type": "A String", # Type of user
     },
     "kind": "analytics#userDeletionRequest", # Value is "analytics#userDeletionRequest".
     "deletionRequestTime": "A String", # This marks the point in time for which all user data before should be deleted
+    "webPropertyId": "A String", # Web property ID of the form UA-XXXXX-YY.
+    "propertyId": "A String", # Property ID
+    "firebaseProjectId": "A String", # Firebase Project Id
   }
 
 
@@ -103,15 +103,15 @@
   An object of the form:
 
     { # JSON template for a user deletion request resource.
-      "webPropertyId": "A String", # Web property ID of the form UA-XXXXX-YY.
-      "propertyId": "A String", # Property ID
-      "firebaseProjectId": "A String", # Firebase Project Id
       "id": { # User ID.
-        "type": "A String", # Type of user
         "userId": "A String", # The User's id
+        "type": "A String", # Type of user
       },
       "kind": "analytics#userDeletionRequest", # Value is "analytics#userDeletionRequest".
       "deletionRequestTime": "A String", # This marks the point in time for which all user data before should be deleted
+      "webPropertyId": "A String", # Web property ID of the form UA-XXXXX-YY.
+      "propertyId": "A String", # Property ID
+      "firebaseProjectId": "A String", # Firebase Project Id
     }</pre>
 </div>