Skip to main content

ListCampaignFiltersV1200Response

Properties

NameTypeDescriptionNotes
Items[]CampaignfilterdetailsList of campaign filters.[optional]
CountInt32Number of filters returned.[optional]

Examples

  • Prepare the resource
$ListCampaignFiltersV1200Response = Initialize-ListCampaignFiltersV1200Response  -Items null `
-Count 2
  • Convert the resource to JSON
$ListCampaignFiltersV1200Response | ConvertTo-JSON

[Back to top]