| Name | Type | Description | Notes |
|---|---|---|---|
| account_id | String | Zernio SocialAccount id (posting or ads variant) used to resolve the Meta token. | |
| ad_account_id | String | Meta ad account id (act_<n>). | |
| 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
)