| Name | Type | Description | Notes |
|---|---|---|---|
| amount | Float | Minimum varies by platform: TikTok=$20, Pinterest=$5, others=$1 | [optional] |
| type | String | OpenAI Ads accepts lifetime only; sending daily returns 422. | [optional] |
require 'zernio-sdk'
instance = Zernio::UpdateAdRequestBudget.new(
amount: null,
type: null
)