Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 707 Bytes

File metadata and controls

24 lines (18 loc) · 707 Bytes

Zernio::CreateCtwaAdRequestCreativesInner

Properties

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]

Example

require 'zernio-sdk'

instance = Zernio::CreateCtwaAdRequestCreativesInner.new(
  headline: null,
  body: null,
  image_url: null,
  video: null
)