Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 993 Bytes

UpdateDeviceBody.md

File metadata and controls

15 lines (10 loc) · 993 Bytes

UpdateDeviceBody

Properties

Name Type Description Notes
collection_id Option<String> The collection id for the device. This field is optional and can be omitted if the collection id isn't changed. When changing to a new collection you must be an owner of the other collection, ie an administrator of the team that owns the new collection. [optional]
tags Option<::std::collections::HashMap<String, String>> Tags are metadata for the device that you can set. These are just strings. [optional]
firmware Option<crate::models::FirmwareMetadata> [optional]
config Option<crate::models::DeviceConfig> [optional]
enabled Option<bool> [optional]

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