ThreadProjection
Properties
Name | Type | Description | Notes |
Name | String | | [optional] |
Id | String | | |
Subject | String | | [optional] |
UserId | String | | |
InboxId | String | | |
To | String[] | | |
Bcc | String[] | | [optional] |
Cc | String[] | | [optional] |
CreatedAt | System.DateTime | | |
UpdatedAt | System.DateTime | | |
AliasId | String | | |
Examples
$ThreadProjection = Initialize-maislurp-client-powershellThreadProjection -Name null `
-Id null `
-Subject null `
-UserId null `
-InboxId null `
-To null `
-Bcc null `
-Cc null `
-CreatedAt null `
-UpdatedAt null `
-AliasId null
- Convert the resource to JSON
$ThreadProjection | ConvertTo-JSON
[Back to Model list] [Back to API list] [Back to ]