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/games_v1.revisions.html b/docs/dyn/games_v1.revisions.html
index 6a0f29a..cdff1df 100644
--- a/docs/dyn/games_v1.revisions.html
+++ b/docs/dyn/games_v1.revisions.html
@@ -86,21 +86,21 @@
   clientRevision: string, The revision of the client SDK used by your application. Format:
 [PLATFORM_TYPE]:[VERSION_NUMBER]. Possible values of PLATFORM_TYPE are:
  
-- "ANDROID" - Client is running the Android SDK. 
-- "IOS" - Client is running the iOS SDK. 
-- "WEB_APP" - Client is running as a Web App. (required)
+- &quot;ANDROID&quot; - Client is running the Android SDK. 
+- &quot;IOS&quot; - Client is running the iOS SDK. 
+- &quot;WEB_APP&quot; - Client is running as a Web App. (required)
 
 Returns:
   An object of the form:
 
     { # This is a JSON template for the result of checking a revision.
-    "kind": "games#revisionCheckResponse", # Uniquely identifies the type of this resource. Value is always the fixed string games#revisionCheckResponse.
-    "revisionStatus": "A String", # The result of the revision check.
+    &quot;apiVersion&quot;: &quot;A String&quot;, # The version of the API this client revision should use when calling API methods.
+    &quot;kind&quot;: &quot;games#revisionCheckResponse&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string games#revisionCheckResponse.
+    &quot;revisionStatus&quot;: &quot;A String&quot;, # The result of the revision check.
         # Possible values are:
-        # - "OK" - The revision being used is current.
-        # - "DEPRECATED" - There is currently a newer version available, but the revision being used still works.
-        # - "INVALID" - The revision being used is not supported in any released version.
-    "apiVersion": "A String", # The version of the API this client revision should use when calling API methods.
+        # - &quot;OK&quot; - The revision being used is current.
+        # - &quot;DEPRECATED&quot; - There is currently a newer version available, but the revision being used still works.
+        # - &quot;INVALID&quot; - The revision being used is not supported in any released version.
   }</pre>
 </div>