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