InboxForwarderEventProjection
Properties
Name | Type | Description | Notes |
Message | String | | [optional] |
Id | String | | [optional] |
Status | String | | [optional] |
UserId | String | | [optional] |
EmailId | String | | [optional] |
InboxId | String | | [optional] |
CreatedAt | System.DateTime | | |
ForwarderId | String | | [optional] |
Examples
$InboxForwarderEventProjection = Initialize-maislurp-client-powershellInboxForwarderEventProjection -Message null `
-Id null `
-Status null `
-UserId null `
-EmailId null `
-InboxId null `
-CreatedAt null `
-ForwarderId null
- Convert the resource to JSON
$InboxForwarderEventProjection | ConvertTo-JSON
[Back to Model list] [Back to API list] [Back to ]