docs: docs update (#911)

Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
- [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/google-api-python-client/issues/new/choose) before writing your code!  That way we can discuss the change, evaluate designs, and agree on the general idea
- [ ] Ensure the tests and linter pass
- [ ] Code coverage does not decrease (if any source code was changed)
- [ ] Appropriate docs were updated (if necessary)

Fixes #<issue_number_goes_here> 🦕
diff --git a/docs/dyn/analytics_v3.userDeletion.userDeletionRequest.html b/docs/dyn/analytics_v3.userDeletion.userDeletionRequest.html
index 9f52718..e084315 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.
-    "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.
-    "firebaseProjectId": "A String", # Firebase Project Id
-    "id": { # User ID.
-      "userId": "A String", # The User's id
-      "type": "A String", # Type of user
+    &quot;webPropertyId&quot;: &quot;A String&quot;, # Web property ID of the form UA-XXXXX-YY.
+    &quot;propertyId&quot;: &quot;A String&quot;, # Property ID
+    &quot;firebaseProjectId&quot;: &quot;A String&quot;, # Firebase Project Id
+    &quot;id&quot;: { # User ID.
+      &quot;type&quot;: &quot;A String&quot;, # Type of user
+      &quot;userId&quot;: &quot;A String&quot;, # The User&#x27;s id
     },
-    "propertyId": "A String", # Property ID
+    &quot;kind&quot;: &quot;analytics#userDeletionRequest&quot;, # Value is &quot;analytics#userDeletionRequest&quot;.
+    &quot;deletionRequestTime&quot;: &quot;A String&quot;, # This marks the point in time for which all user data before should be deleted
   }
 
 
@@ -103,15 +103,15 @@
   An object of the form:
 
     { # JSON template for a user deletion request resource.
-      "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.
-      "firebaseProjectId": "A String", # Firebase Project Id
-      "id": { # User ID.
-        "userId": "A String", # The User's id
-        "type": "A String", # Type of user
+      &quot;webPropertyId&quot;: &quot;A String&quot;, # Web property ID of the form UA-XXXXX-YY.
+      &quot;propertyId&quot;: &quot;A String&quot;, # Property ID
+      &quot;firebaseProjectId&quot;: &quot;A String&quot;, # Firebase Project Id
+      &quot;id&quot;: { # User ID.
+        &quot;type&quot;: &quot;A String&quot;, # Type of user
+        &quot;userId&quot;: &quot;A String&quot;, # The User&#x27;s id
       },
-      "propertyId": "A String", # Property ID
+      &quot;kind&quot;: &quot;analytics#userDeletionRequest&quot;, # Value is &quot;analytics#userDeletionRequest&quot;.
+      &quot;deletionRequestTime&quot;: &quot;A String&quot;, # This marks the point in time for which all user data before should be deleted
     }</pre>
 </div>