Skip to content

Latest commit

 

History

History
executable file
·
33 lines (27 loc) · 1.07 KB

Data3.md

File metadata and controls

executable file
·
33 lines (27 loc) · 1.07 KB

Data3

Properties

Name Type Description Notes
Devicetype String [optional]
Useragent String [optional]
Firstsynctime Int32 UNIX timestamp of first sync [optional]
Lastupdatetime Int32 UNIX timestamp of last update [optional]
Asversion Data3Asversion [optional]
FoldersSyncable Int32 Number of folders that can be synced [optional]
FoldersSynced Int32 Number of folders that were actually synced [optional]

Examples

  • Prepare the resource
$Data3 = Initialize-GrommunioAdminData3  -Devicetype null `
 -Useragent null `
 -Firstsynctime null `
 -Lastupdatetime null `
 -Asversion null `
 -FoldersSyncable null `
 -FoldersSynced null
  • Convert the resource to JSON
$Data3 | ConvertTo-JSON

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