| Name | Type | Description | Notes |
|---|---|---|---|
| headline | String | ||
| body | String | Primary text shown above the image / video. | |
| image_url | String | Image asset. Mutually exclusive with this entry's `video`. Required if `video` is not supplied. | [optional] |
| video | CreateCtwaAdRequestCreativesInnerVideo | [optional] |
require 'zernio-sdk'
instance = Zernio::CreateCtwaAdRequestCreativesInner.new(
headline: null,
body: null,
image_url: null,
video: null
)