AliasProjection
Properties
Name | Type | Description | Notes |
Name | String | | [optional] |
Id | String | | |
UserId | String | | |
EmailAddress | String | | |
InboxId | String | | |
CreatedAt | System.DateTime | | |
UpdatedAt | System.DateTime | | |
UseThreads | Boolean | | [optional] |
Examples
$AliasProjection = Initialize-maislurp-client-powershellAliasProjection -Name null `
-Id null `
-UserId null `
-EmailAddress null `
-InboxId null `
-CreatedAt null `
-UpdatedAt null `
-UseThreads null
- Convert the resource to JSON
$AliasProjection | ConvertTo-JSON
[Back to Model list] [Back to API list] [Back to ]