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/androidenterprise_v1.managedconfigurationssettings.html b/docs/dyn/androidenterprise_v1.managedconfigurationssettings.html
index 05e2992..ed41316 100644
--- a/docs/dyn/androidenterprise_v1.managedconfigurationssettings.html
+++ b/docs/dyn/androidenterprise_v1.managedconfigurationssettings.html
@@ -90,15 +90,15 @@
   An object of the form:
 
     { # The managed configurations settings for a product.
-    "managedConfigurationsSettings": [ # A managed configurations settings for an app that may be assigned to a group of users in an enterprise.
-      { # A managed configurations settings resource contains the set of managed properties that have been configured for an Android app to be applied to a set of users. The app's developer would have defined configurable properties in the managed configurations schema.
-        "kind": "androidenterprise#managedConfigurationsSettings",
-        "mcmId": "A String", # The ID of the managed configurations settings.
-        "name": "A String", # The name of the managed configurations settings.
-        "lastUpdatedTimestampMillis": "A String", # The last updated time of the managed configuration settings in milliseconds since 1970-01-01T00:00:00Z.
+    &quot;kind&quot;: &quot;androidenterprise#managedConfigurationsSettingsListResponse&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;androidenterprise#managedConfigurationsSettingsListResponse&quot;.
+    &quot;managedConfigurationsSettings&quot;: [ # A managed configurations settings for an app that may be assigned to a group of users in an enterprise.
+      { # A managed configurations settings resource contains the set of managed properties that have been configured for an Android app to be applied to a set of users. The app&#x27;s developer would have defined configurable properties in the managed configurations schema.
+        &quot;kind&quot;: &quot;androidenterprise#managedConfigurationsSettings&quot;,
+        &quot;lastUpdatedTimestampMillis&quot;: &quot;A String&quot;, # The last updated time of the managed configuration settings in milliseconds since 1970-01-01T00:00:00Z.
+        &quot;mcmId&quot;: &quot;A String&quot;, # The ID of the managed configurations settings.
+        &quot;name&quot;: &quot;A String&quot;, # The name of the managed configurations settings.
       },
     ],
-    "kind": "androidenterprise#managedConfigurationsSettingsListResponse", # Identifies what kind of resource this is. Value: the fixed string "androidenterprise#managedConfigurationsSettingsListResponse".
   }</pre>
 </div>