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/playcustomapp_v1.accounts.customApps.html b/docs/dyn/playcustomapp_v1.accounts.customApps.html
index ee47cee..938f9c0 100644
--- a/docs/dyn/playcustomapp_v1.accounts.customApps.html
+++ b/docs/dyn/playcustomapp_v1.accounts.customApps.html
@@ -88,8 +88,8 @@
     The object takes the form of:
 
 { # This resource represents a custom app.
-    "languageCode": "A String", # Default listing language in BCP 47 format.
-    "title": "A String", # Title for the Android app.
+    &quot;languageCode&quot;: &quot;A String&quot;, # Default listing language in BCP 47 format.
+    &quot;title&quot;: &quot;A String&quot;, # Title for the Android app.
   }
 
   media_body: string, The filename of the media request body, or an instance of a MediaUpload object.
@@ -99,8 +99,8 @@
   An object of the form:
 
     { # This resource represents a custom app.
-      "languageCode": "A String", # Default listing language in BCP 47 format.
-      "title": "A String", # Title for the Android app.
+      &quot;languageCode&quot;: &quot;A String&quot;, # Default listing language in BCP 47 format.
+      &quot;title&quot;: &quot;A String&quot;, # Title for the Android app.
     }</pre>
 </div>