Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 906 Bytes

DeviceGroupPartialUpdate.md

File metadata and controls

21 lines (16 loc) · 906 Bytes

DeviceGroupPartialUpdate

esperclient.models.device_group_partial_update

Description

Properties

Name Type Description Notes
id str Group id [optional]
name str Group name [optional]
created_on datetime Date and time of when the group was created [optional]
enterprise str Enterprise url [optional]
parent str Parent group id [optional]
device_ids list[str] Device ids [optional]
device_count int Count of devices in the group [optional]
path str Path of the group [optional]
children_count int Count of child groups [optional]

[Back to Model list] [Back to API list] [Back to README]