chore: update docs/dyn (#1162)

This PR was generated using Autosynth. :rainbow:

Synth log will be available here:
https://source.cloud.google.com/results/invocations/b5e48daa-1759-436b-9fe7-ffce1482b520/targets

- [ ] To automatically regenerate this PR, check this box.
diff --git a/docs/dyn/smartdevicemanagement_v1.enterprises.structures.html b/docs/dyn/smartdevicemanagement_v1.enterprises.structures.html
index 75c180f..fa06233 100644
--- a/docs/dyn/smartdevicemanagement_v1.enterprises.structures.html
+++ b/docs/dyn/smartdevicemanagement_v1.enterprises.structures.html
@@ -86,7 +86,7 @@
   <code><a href="#get">get(name, x__xgafv=None)</a></code></p>
 <p class="firstline">Gets a structure managed by the enterprise.</p>
 <p class="toc_element">
-  <code><a href="#list">list(parent, filter=None, pageToken=None, pageSize=None, x__xgafv=None)</a></code></p>
+  <code><a href="#list">list(parent, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
 <p class="firstline">Lists structures managed by the enterprise.</p>
 <p class="toc_element">
   <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
@@ -112,22 +112,22 @@
   An object of the form:
 
     { # Structure resource represents an instance of enterprise managed home or hotel room.
-    &quot;name&quot;: &quot;A String&quot;, # Output only. The resource name of the structure. For example: &quot;enterprises/XYZ/structures/ABC&quot;.
-    &quot;traits&quot;: { # Structure traits.
-      &quot;a_key&quot;: &quot;&quot;, # Properties of the object.
-    },
-  }</pre>
+  &quot;name&quot;: &quot;A String&quot;, # Output only. The resource name of the structure. For example: &quot;enterprises/XYZ/structures/ABC&quot;.
+  &quot;traits&quot;: { # Structure traits.
+    &quot;a_key&quot;: &quot;&quot;, # Properties of the object.
+  },
+}</pre>
 </div>
 
 <div class="method">
-    <code class="details" id="list">list(parent, filter=None, pageToken=None, pageSize=None, x__xgafv=None)</code>
+    <code class="details" id="list">list(parent, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</code>
   <pre>Lists structures managed by the enterprise.
 
 Args:
   parent: string, The parent enterprise to list structures under. E.g. &quot;enterprises/XYZ&quot;. (required)
   filter: string, Optional filter to list structures.
-  pageToken: string, The token of the page to retrieve.
   pageSize: integer, Requested page size. Server may return fewer structures than requested. If unspecified, server will pick an appropriate default.
+  pageToken: string, The token of the page to retrieve.
   x__xgafv: string, V1 error format.
     Allowed values
       1 - v1 error format
@@ -137,16 +137,16 @@
   An object of the form:
 
     { # Response message for SmartDeviceManagementService.ListStructures
-    &quot;structures&quot;: [ # The list of structures.
-      { # Structure resource represents an instance of enterprise managed home or hotel room.
-        &quot;name&quot;: &quot;A String&quot;, # Output only. The resource name of the structure. For example: &quot;enterprises/XYZ/structures/ABC&quot;.
-        &quot;traits&quot;: { # Structure traits.
-          &quot;a_key&quot;: &quot;&quot;, # Properties of the object.
-        },
+  &quot;nextPageToken&quot;: &quot;A String&quot;, # The pagination token to retrieve the next page of results. If this field is omitted, there are no subsequent pages.
+  &quot;structures&quot;: [ # The list of structures.
+    { # Structure resource represents an instance of enterprise managed home or hotel room.
+      &quot;name&quot;: &quot;A String&quot;, # Output only. The resource name of the structure. For example: &quot;enterprises/XYZ/structures/ABC&quot;.
+      &quot;traits&quot;: { # Structure traits.
+        &quot;a_key&quot;: &quot;&quot;, # Properties of the object.
       },
-    ],
-    &quot;nextPageToken&quot;: &quot;A String&quot;, # The pagination token to retrieve the next page of results. If this field is omitted, there are no subsequent pages.
-  }</pre>
+    },
+  ],
+}</pre>
 </div>
 
 <div class="method">