Skip to main content

TemplateslackCustomFields

Properties

NameTypeDescriptionNotes
RequestTypeStringThe type of request[optional]
ContainsDenyStringWhether the request contains a deny action[optional]
CampaignIdStringThe campaign ID[optional]
CampaignStatusStringThe 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

[Back to top]