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.serviceaccountkeys.html b/docs/dyn/androidenterprise_v1.serviceaccountkeys.html
index ec97efb..4b2d249 100644
--- a/docs/dyn/androidenterprise_v1.serviceaccountkeys.html
+++ b/docs/dyn/androidenterprise_v1.serviceaccountkeys.html
@@ -106,11 +106,11 @@
     The object takes the form of:
 
 { # Credentials that can be used to authenticate as a service account.
-  "publicData": "A String", # Public key data for the credentials file. This is an X.509 cert. If you are using the googleCredentials key type, this is identical to the cert that can be retrieved by using the X.509 cert url inside of the credentials file.
-  "kind": "androidenterprise#serviceAccountKey",
-  "data": "A String", # The body of the private key credentials file, in string format. This is only populated when the ServiceAccountKey is created, and is not stored by Google.
-  "id": "A String", # An opaque, unique identifier for this ServiceAccountKey. Assigned by the server.
-  "type": "A String", # The file format of the generated key data.
+  &quot;data&quot;: &quot;A String&quot;, # The body of the private key credentials file, in string format. This is only populated when the ServiceAccountKey is created, and is not stored by Google.
+  &quot;id&quot;: &quot;A String&quot;, # An opaque, unique identifier for this ServiceAccountKey. Assigned by the server.
+  &quot;kind&quot;: &quot;androidenterprise#serviceAccountKey&quot;,
+  &quot;publicData&quot;: &quot;A String&quot;, # Public key data for the credentials file. This is an X.509 cert. If you are using the googleCredentials key type, this is identical to the cert that can be retrieved by using the X.509 cert url inside of the credentials file.
+  &quot;type&quot;: &quot;A String&quot;, # The file format of the generated key data.
 }
 
 
@@ -118,11 +118,11 @@
   An object of the form:
 
     { # Credentials that can be used to authenticate as a service account.
-    "publicData": "A String", # Public key data for the credentials file. This is an X.509 cert. If you are using the googleCredentials key type, this is identical to the cert that can be retrieved by using the X.509 cert url inside of the credentials file.
-    "kind": "androidenterprise#serviceAccountKey",
-    "data": "A String", # The body of the private key credentials file, in string format. This is only populated when the ServiceAccountKey is created, and is not stored by Google.
-    "id": "A String", # An opaque, unique identifier for this ServiceAccountKey. Assigned by the server.
-    "type": "A String", # The file format of the generated key data.
+    &quot;data&quot;: &quot;A String&quot;, # The body of the private key credentials file, in string format. This is only populated when the ServiceAccountKey is created, and is not stored by Google.
+    &quot;id&quot;: &quot;A String&quot;, # An opaque, unique identifier for this ServiceAccountKey. Assigned by the server.
+    &quot;kind&quot;: &quot;androidenterprise#serviceAccountKey&quot;,
+    &quot;publicData&quot;: &quot;A String&quot;, # Public key data for the credentials file. This is an X.509 cert. If you are using the googleCredentials key type, this is identical to the cert that can be retrieved by using the X.509 cert url inside of the credentials file.
+    &quot;type&quot;: &quot;A String&quot;, # The file format of the generated key data.
   }</pre>
 </div>
 
@@ -137,13 +137,13 @@
   An object of the form:
 
     {
-    "serviceAccountKey": [ # The service account credentials.
+    &quot;serviceAccountKey&quot;: [ # The service account credentials.
       { # Credentials that can be used to authenticate as a service account.
-        "publicData": "A String", # Public key data for the credentials file. This is an X.509 cert. If you are using the googleCredentials key type, this is identical to the cert that can be retrieved by using the X.509 cert url inside of the credentials file.
-        "kind": "androidenterprise#serviceAccountKey",
-        "data": "A String", # The body of the private key credentials file, in string format. This is only populated when the ServiceAccountKey is created, and is not stored by Google.
-        "id": "A String", # An opaque, unique identifier for this ServiceAccountKey. Assigned by the server.
-        "type": "A String", # The file format of the generated key data.
+        &quot;data&quot;: &quot;A String&quot;, # The body of the private key credentials file, in string format. This is only populated when the ServiceAccountKey is created, and is not stored by Google.
+        &quot;id&quot;: &quot;A String&quot;, # An opaque, unique identifier for this ServiceAccountKey. Assigned by the server.
+        &quot;kind&quot;: &quot;androidenterprise#serviceAccountKey&quot;,
+        &quot;publicData&quot;: &quot;A String&quot;, # Public key data for the credentials file. This is an X.509 cert. If you are using the googleCredentials key type, this is identical to the cert that can be retrieved by using the X.509 cert url inside of the credentials file.
+        &quot;type&quot;: &quot;A String&quot;, # The file format of the generated key data.
       },
     ],
   }</pre>