Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 472 Bytes

File metadata and controls

18 lines (12 loc) · 472 Bytes

Zernio::UpdateAdCampaignRequestPlatformSpecificData

Properties

Name Type Description Notes
spend_cap Float Campaign lifetime spend cap, in the ad account's currency (Meta `spend_cap`). Pass null to remove the cap (0 is rejected by Meta). [optional]

Example

require 'zernio-sdk'

instance = Zernio::UpdateAdCampaignRequestPlatformSpecificData.new(
  spend_cap: null
)