| 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] |
require 'zernio-sdk'
instance = Zernio::UpdateAdCampaignRequestPlatformSpecificData.new(
spend_cap: null
)