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/adexchangebuyer2_v2beta1.accounts.clients.users.html b/docs/dyn/adexchangebuyer2_v2beta1.accounts.clients.users.html
index 8ab9042..73c6fea 100644
--- a/docs/dyn/adexchangebuyer2_v2beta1.accounts.clients.users.html
+++ b/docs/dyn/adexchangebuyer2_v2beta1.accounts.clients.users.html
@@ -78,7 +78,7 @@
   <code><a href="#get">get(accountId, clientAccountId, userId, x__xgafv=None)</a></code></p>
 <p class="firstline">Retrieves an existing client user.</p>
 <p class="toc_element">
-  <code><a href="#list">list(accountId, clientAccountId, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
+  <code><a href="#list">list(accountId, clientAccountId, pageToken=None, pageSize=None, x__xgafv=None)</a></code></p>
 <p class="firstline">Lists all the known client users for a specified</p>
 <p class="toc_element">
   <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
@@ -92,7 +92,7 @@
   <pre>Retrieves an existing client user.
 
 Args:
-  accountId: string, Numerical account ID of the client's sponsor buyer. (required) (required)
+  accountId: string, Numerical account ID of the client&#x27;s sponsor buyer. (required) (required)
   clientAccountId: string, Numerical account ID of the client buyer
 that the user to be retrieved is associated with. (required) (required)
   userId: string, Numerical identifier of the user to retrieve. (required) (required)
@@ -115,21 +115,21 @@
       # method).
       #
       # All fields are required unless otherwise specified.
-    "status": "A String", # The status of the client user.
-    "clientAccountId": "A String", # Numerical account ID of the client buyer
+    &quot;userId&quot;: &quot;A String&quot;, # The unique numerical ID of the client user
+        # that has accepted an invitation.
+        # The value of this field is ignored in an update operation.
+    &quot;email&quot;: &quot;A String&quot;, # User&#x27;s email address. The value of this field
+        # is ignored in an update operation.
+    &quot;clientAccountId&quot;: &quot;A String&quot;, # Numerical account ID of the client buyer
         # with which the user is associated; the
         # buyer must be a client of the current sponsor buyer.
         # The value of this field is ignored in an update operation.
-    "userId": "A String", # The unique numerical ID of the client user
-        # that has accepted an invitation.
-        # The value of this field is ignored in an update operation.
-    "email": "A String", # User's email address. The value of this field
-        # is ignored in an update operation.
+    &quot;status&quot;: &quot;A String&quot;, # The status of the client user.
   }</pre>
 </div>
 
 <div class="method">
-    <code class="details" id="list">list(accountId, clientAccountId, pageSize=None, pageToken=None, x__xgafv=None)</code>
+    <code class="details" id="list">list(accountId, clientAccountId, pageToken=None, pageSize=None, x__xgafv=None)</code>
   <pre>Lists all the known client users for a specified
 sponsor buyer account ID.
 
@@ -141,14 +141,14 @@
 numerical account identifier or the `-` character
 to list all the client users for all the clients
 of a given sponsor buyer. (required)
-  pageSize: integer, Requested page size. The server may return fewer clients than requested.
-If unspecified, the server will pick an appropriate default.
   pageToken: string, A token identifying a page of results the server should return.
 Typically, this is the value of
 ListClientUsersResponse.nextPageToken
 returned from the previous call to the
 accounts.clients.users.list
 method.
+  pageSize: integer, Requested page size. The server may return fewer clients than requested.
+If unspecified, the server will pick an appropriate default.
   x__xgafv: string, V1 error format.
     Allowed values
       1 - v1 error format
@@ -158,14 +158,14 @@
   An object of the form:
 
     {
-    "nextPageToken": "A String", # A token to retrieve the next page of results.
+    &quot;nextPageToken&quot;: &quot;A String&quot;, # A token to retrieve the next page of results.
         # Pass this value in the
         # ListClientUsersRequest.pageToken
         # field in the subsequent call to the
         # clients.invitations.list
         # method to retrieve the next
         # page of results.
-    "users": [ # The returned list of client users.
+    &quot;users&quot;: [ # The returned list of client users.
       { # A client user is created under a client buyer and has restricted access to
           # the Marketplace and certain other sections of the Authorized Buyers UI based
           # on the role granted to the associated client buyer.
@@ -177,16 +177,16 @@
           # method).
           #
           # All fields are required unless otherwise specified.
-        "status": "A String", # The status of the client user.
-        "clientAccountId": "A String", # Numerical account ID of the client buyer
+        &quot;userId&quot;: &quot;A String&quot;, # The unique numerical ID of the client user
+            # that has accepted an invitation.
+            # The value of this field is ignored in an update operation.
+        &quot;email&quot;: &quot;A String&quot;, # User&#x27;s email address. The value of this field
+            # is ignored in an update operation.
+        &quot;clientAccountId&quot;: &quot;A String&quot;, # Numerical account ID of the client buyer
             # with which the user is associated; the
             # buyer must be a client of the current sponsor buyer.
             # The value of this field is ignored in an update operation.
-        "userId": "A String", # The unique numerical ID of the client user
-            # that has accepted an invitation.
-            # The value of this field is ignored in an update operation.
-        "email": "A String", # User's email address. The value of this field
-            # is ignored in an update operation.
+        &quot;status&quot;: &quot;A String&quot;, # The status of the client user.
       },
     ],
   }</pre>
@@ -201,7 +201,7 @@
   previous_response: The response from the request for the previous page. (required)
 
 Returns:
-  A request object that you can call 'execute()' on to request the next
+  A request object that you can call &#x27;execute()&#x27; on to request the next
   page. Returns None if there are no more items in the collection.
     </pre>
 </div>
@@ -212,7 +212,7 @@
 Only the user status can be changed on update.
 
 Args:
-  accountId: string, Numerical account ID of the client's sponsor buyer. (required) (required)
+  accountId: string, Numerical account ID of the client&#x27;s sponsor buyer. (required) (required)
   clientAccountId: string, Numerical account ID of the client buyer that the user to be retrieved
 is associated with. (required) (required)
   userId: string, Numerical identifier of the user to retrieve. (required) (required)
@@ -230,16 +230,16 @@
     # method).
     # 
     # All fields are required unless otherwise specified.
-  "status": "A String", # The status of the client user.
-  "clientAccountId": "A String", # Numerical account ID of the client buyer
+  &quot;userId&quot;: &quot;A String&quot;, # The unique numerical ID of the client user
+      # that has accepted an invitation.
+      # The value of this field is ignored in an update operation.
+  &quot;email&quot;: &quot;A String&quot;, # User&#x27;s email address. The value of this field
+      # is ignored in an update operation.
+  &quot;clientAccountId&quot;: &quot;A String&quot;, # Numerical account ID of the client buyer
       # with which the user is associated; the
       # buyer must be a client of the current sponsor buyer.
       # The value of this field is ignored in an update operation.
-  "userId": "A String", # The unique numerical ID of the client user
-      # that has accepted an invitation.
-      # The value of this field is ignored in an update operation.
-  "email": "A String", # User's email address. The value of this field
-      # is ignored in an update operation.
+  &quot;status&quot;: &quot;A String&quot;, # The status of the client user.
 }
 
   x__xgafv: string, V1 error format.
@@ -261,16 +261,16 @@
       # method).
       #
       # All fields are required unless otherwise specified.
-    "status": "A String", # The status of the client user.
-    "clientAccountId": "A String", # Numerical account ID of the client buyer
+    &quot;userId&quot;: &quot;A String&quot;, # The unique numerical ID of the client user
+        # that has accepted an invitation.
+        # The value of this field is ignored in an update operation.
+    &quot;email&quot;: &quot;A String&quot;, # User&#x27;s email address. The value of this field
+        # is ignored in an update operation.
+    &quot;clientAccountId&quot;: &quot;A String&quot;, # Numerical account ID of the client buyer
         # with which the user is associated; the
         # buyer must be a client of the current sponsor buyer.
         # The value of this field is ignored in an update operation.
-    "userId": "A String", # The unique numerical ID of the client user
-        # that has accepted an invitation.
-        # The value of this field is ignored in an update operation.
-    "email": "A String", # User's email address. The value of this field
-        # is ignored in an update operation.
+    &quot;status&quot;: &quot;A String&quot;, # The status of the client user.
   }</pre>
 </div>