Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 359 Bytes

File metadata and controls

20 lines (14 loc) · 359 Bytes

Zernio::UpdateAdSetStatus200Response

Properties

Name Type Description Notes
updated Integer [optional]
skipped Integer [optional]

Example

require 'zernio-sdk'

instance = Zernio::UpdateAdSetStatus200Response.new(
  updated: null,
  skipped: null
)