Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 385 Bytes

File metadata and controls

22 lines (16 loc) · 385 Bytes

Zernio::CtwaSingleResponse

Properties

Name Type Description Notes
ad_type String
ad Object The persisted Ad document.
message String

Example

require 'zernio-sdk'

instance = Zernio::CtwaSingleResponse.new(
  ad_type: null,
  ad: null,
  message: null
)