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.rooms.html b/docs/dyn/smartdevicemanagement_v1.enterprises.structures.rooms.html
index a119da2..4d892a9 100644
--- a/docs/dyn/smartdevicemanagement_v1.enterprises.structures.rooms.html
+++ b/docs/dyn/smartdevicemanagement_v1.enterprises.structures.rooms.html
@@ -107,11 +107,11 @@
   An object of the form:
 
     { # Room resource represents an instance of sub-space within a structure such as rooms in a hotel suite or rental apartment.
-    "traits": { # Room traits.
-      "a_key": "", # Properties of the object.
-    },
-    "name": "A String", # Output only. The resource name of the room. For example: "enterprises/XYZ/structures/ABC/rooms/123".
-  }</pre>
+  &quot;name&quot;: &quot;A String&quot;, # Output only. The resource name of the room. For example: &quot;enterprises/XYZ/structures/ABC/rooms/123&quot;.
+  &quot;traits&quot;: { # Room traits.
+    &quot;a_key&quot;: &quot;&quot;, # Properties of the object.
+  },
+}</pre>
 </div>
 
 <div class="method">
@@ -131,16 +131,16 @@
   An object of the form:
 
     { # Response message for SmartDeviceManagementService.ListRooms
-    &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;rooms&quot;: [ # The list of rooms.
-      { # Room resource represents an instance of sub-space within a structure such as rooms in a hotel suite or rental apartment.
-        &quot;traits&quot;: { # Room traits.
-          &quot;a_key&quot;: &quot;&quot;, # Properties of the object.
-        },
-        &quot;name&quot;: &quot;A String&quot;, # Output only. The resource name of the room. For example: &quot;enterprises/XYZ/structures/ABC/rooms/123&quot;.
+  &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;rooms&quot;: [ # The list of rooms.
+    { # Room resource represents an instance of sub-space within a structure such as rooms in a hotel suite or rental apartment.
+      &quot;name&quot;: &quot;A String&quot;, # Output only. The resource name of the room. For example: &quot;enterprises/XYZ/structures/ABC/rooms/123&quot;.
+      &quot;traits&quot;: { # Room traits.
+        &quot;a_key&quot;: &quot;&quot;, # Properties of the object.
       },
-    ],
-  }</pre>
+    },
+  ],
+}</pre>
 </div>
 
 <div class="method">