Skip to content

Latest commit

 

History

History
executable file
·
29 lines (23 loc) · 958 Bytes

PostServersRequest.md

File metadata and controls

executable file
·
29 lines (23 loc) · 958 Bytes

PostServersRequest

Properties

Name Type Description Notes
ID Int32 Unique ID of the object [optional] [readonly]
Hostname String Internal hostname of the server [optional]
Extname String External address of the server [optional]
Users Int32 Number of users on the server [optional] [readonly]
Domains Int32 Number of domains on the server [optional] [readonly]

Examples

  • Prepare the resource
$PostServersRequest = Initialize-GrommunioAdminPostServersRequest  -ID null `
 -Hostname null `
 -Extname null `
 -Users null `
 -Domains null
  • Convert the resource to JSON
$PostServersRequest | ConvertTo-JSON

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