Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 339 Bytes

File metadata and controls

20 lines (14 loc) · 339 Bytes

Zernio::UpdateAdCampaignStatusRequest

Properties

Name Type Description Notes
status String
platform String

Example

require 'zernio-sdk'

instance = Zernio::UpdateAdCampaignStatusRequest.new(
  status: null,
  platform: null
)