InboxForwarderDto
Properties
Name | Type | Description | Notes |
---|---|---|---|
Id | String | ||
InboxId | String | ||
Field | String | ||
Match | String | ||
ForwardToRecipients | String[] | ||
CreatedAt | System.DateTime |
Examples
- Prepare the resource
$InboxForwarderDto = Initialize-maislurp-client-powershellInboxForwarderDto -Id null `
-InboxId null `
-Field null `
-Match null `
-ForwardToRecipients null `
-CreatedAt null
- Convert the resource to JSON