TemplateslackCustomFields
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| RequestType | String | The type of request | [optional] |
| ContainsDeny | String | Whether the request contains a deny action | [optional] |
| CampaignId | String | The campaign ID | [optional] |
| CampaignStatus | String | The campaign status | [optional] |
Examples
- Prepare the resource
$TemplateslackCustomFields = Initialize-TemplateslackCustomFields -RequestType null `
-ContainsDeny null `
-CampaignId null `
-CampaignStatus null
- Convert the resource to JSON
$TemplateslackCustomFields | ConvertTo-JSON