| Name | Type | Description | Notes |
|---|---|---|---|
| ad_type | String | ||
| ads | Array<Object> | The persisted Ad documents (one per creative), all sharing the same `platformCampaignId` and `platformAdSetId`. | |
| platform_campaign_id | String | ||
| platform_ad_set_id | String | ||
| message | String |
require 'zernio-sdk'
instance = Zernio::CtwaMultiResponse.new(
ad_type: null,
ads: null,
platform_campaign_id: null,
platform_ad_set_id: null,
message: null
)