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>
+ "name": "A String", # Output only. The resource name of the room. For example: "enterprises/XYZ/structures/ABC/rooms/123".
+ "traits": { # Room traits.
+ "a_key": "", # Properties of the object.
+ },
+}</pre>
</div>
<div class="method">
@@ -131,16 +131,16 @@
An object of the form:
{ # Response message for SmartDeviceManagementService.ListRooms
- "nextPageToken": "A String", # The pagination token to retrieve the next page of results. If this field is omitted, there are no subsequent pages.
- "rooms": [ # 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.
- "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".
+ "nextPageToken": "A String", # The pagination token to retrieve the next page of results. If this field is omitted, there are no subsequent pages.
+ "rooms": [ # 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.
+ "name": "A String", # Output only. The resource name of the room. For example: "enterprises/XYZ/structures/ABC/rooms/123".
+ "traits": { # Room traits.
+ "a_key": "", # Properties of the object.
},
- ],
- }</pre>
+ },
+ ],
+}</pre>
</div>
<div class="method">