| Name | Type | Description | Notes |
|---|---|---|---|
| age_min | Integer | [optional] | |
| age_max | Integer | [optional] | |
| countries | Array<String> | [optional] | |
| interests | Array<UpdateAdRequestTargetingInterestsInner> | Interest objects from /v1/ads/interests. Each must include id and name. | [optional] |
| advantage_audience | Integer | Meta only. Omit to preserve the existing setting on update. 0 = disabled, 1 = enabled. | [optional] |
require 'zernio-sdk'
instance = Zernio::UpdateAdRequestTargeting.new(
age_min: null,
age_max: null,
countries: null,
interests: null,
advantage_audience: null
)