You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/smartdevicemanagement_v1.enterprises.devices.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -143,7 +143,7 @@ <h3>Method Details</h3>
143
143
{ # Device resource represents an instance of enterprise managed device in the property.
144
144
"name": "A String", # Required. The resource name of the device. For example: "enterprises/XYZ/devices/123".
145
145
"parentRelations": [ # Assignee details of the device.
146
-
{ # Represents device relationships, for instance, structure/room to which the device is assigned to. For now this is only filled in the enterprise flow.
146
+
{ # Represents device relationships, for instance, structure/room to which the device is assigned to.
147
147
"displayName": "A String", # Output only. The custom name of the relation -- e.g., structure/room where the device is assigned to.
148
148
"parent": "A String", # Output only. The name of the relation -- e.g., structure/room where the device is assigned to. For example: "enterprises/XYZ/structures/ABC" or "enterprises/XYZ/structures/ABC/rooms/123"
149
149
},
@@ -177,7 +177,7 @@ <h3>Method Details</h3>
177
177
{ # Device resource represents an instance of enterprise managed device in the property.
178
178
"name": "A String", # Required. The resource name of the device. For example: "enterprises/XYZ/devices/123".
179
179
"parentRelations": [ # Assignee details of the device.
180
-
{ # Represents device relationships, for instance, structure/room to which the device is assigned to. For now this is only filled in the enterprise flow.
180
+
{ # Represents device relationships, for instance, structure/room to which the device is assigned to.
181
181
"displayName": "A String", # Output only. The custom name of the relation -- e.g., structure/room where the device is assigned to.
182
182
"parent": "A String", # Output only. The name of the relation -- e.g., structure/room where the device is assigned to. For example: "enterprises/XYZ/structures/ABC" or "enterprises/XYZ/structures/ABC/rooms/123"
0 commit comments