| Name | Type | Description | Notes |
|---|---|---|---|
| platform | String | [optional] | |
| succeeded | Array<String> | Numeric campaign IDs that were successfully associated. | [optional] |
| failed | Array<AddConversionAssociations200ResponseFailedInner> | [optional] |
require 'zernio-sdk'
instance = Zernio::AddConversionAssociations200Response.new(
platform: null,
succeeded: null,
failed: null
)