| Name | Type | Description | Notes |
|---|---|---|---|
| platform | String | ||
| budget | UpdateAdCampaignRequestBudget | [optional] | |
| bid_strategy | BidStrategy | Campaign-level default. Ad sets inherit this unless they override. | [optional] |
| name | String | Rename the campaign (Meta only; other platforms return 501). At least one of budget/bidStrategy/name is required. | [optional] |
require 'zernio-sdk'
instance = Zernio::UpdateAdCampaignRequest.new(
platform: null,
budget: null,
bid_strategy: null,
name: null
)