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
|**id**|**EntityId**| JSON object with the entity Id.|[optional]|
10
+
|**id**|**DeviceProfileId**| JSON object with the Device Profile Id. |[optional]|
11
11
|**name**|**String**| Entity Name |[optional]|
12
12
|**image**|**String**| Either URL or Base64 data of the icon. Used in the mobile application to visualize set of device profiles in the grid view. |[optional]|
13
13
|**defaultDashboardId**|**DashboardId**| Reference to the dashboard. Used in the mobile application to open the default dashboard when user navigates to device details. |[optional]|
Copy file name to clipboardExpand all lines: pe/docs/EntityGroupInfo.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@
15
15
|**additionalInfo**|**com.fasterxml.jackson.databind.JsonNode**| Additional parameters of the entity group. May include: 'description' (string), 'isPublic' (boolean, whether this group is shared publicly), 'publicCustomerId' (string, UUID of the public customer associated with this group). |[optional]|
16
16
|**_configuration**|**com.fasterxml.jackson.databind.JsonNode**| JSON with the configuration for UI components: list of columns, settings, actions, etc |[optional]|
17
17
|**version**|**Long**||[optional]|
18
-
|**ownerIds**|**Set\<EntityGroupInfoOwnerIdsInner\>**|List of the entity group owners. ||
18
+
|**ownerIds**|**Set\<EntityId\>**||[optional]|
19
19
|**edgeGroupAll**|**Boolean**| Indicates special edge group 'All' that contains all entities and can't be deleted. |[optional][readonly]|
20
20
|**groupAll**|**Boolean**| Indicates special group 'All' that contains all entities and can't be deleted. |[optional]|
0 commit comments