GroupDto
Properties
Name | Type | Description | Notes |
---|---|---|---|
Id | String | ||
Name | String | ||
Description | String | [optional] | |
CreatedAt | System.DateTime |
Examples
- Prepare the resource
$GroupDto = Initialize-maislurp-client-powershellGroupDto -Id null `
-Name null `
-Description null `
-CreatedAt null
- Convert the resource to JSON