| Name | Type | Description | Notes |
|---|---|---|---|
| account_id | String | Zernio SocialAccount id (posting or ads variant); its platform decides where the campaign is created. | |
| ad_account_id | String | Platform ad account id (Meta act_<n>, Google customer id, LinkedIn account id, ...). | |
| name | String | ||
| rules | Array<ValueRule> | Evaluated in order; the first matching rule wins. |
require 'zernio-sdk'
instance = Zernio::CreateValueRuleSetRequest.new(
account_id: null,
ad_account_id: null,
name: null,
rules: null
)