Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 633 Bytes

File metadata and controls

23 lines (17 loc) · 633 Bytes

TimeQueriesStats

Properties

Name Type Description Notes
TimeMillis Int64 Time in millis
Value QueriesStats

Examples

  • Prepare the resource
$TimeQueriesStats = Initialize-PSAdGuardDNSTimeQueriesStats  -TimeMillis 1655804673 `
 -Value null
  • Convert the resource to JSON
$TimeQueriesStats | ConvertTo-JSON

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