Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 524 Bytes

File metadata and controls

20 lines (14 loc) · 524 Bytes

Zernio::CreateValueRuleSet201Response

Properties

Name Type Description Notes
ad_account_id String [optional]
value_rule_set_id String The new rule set id. Meta does not document the create response body, so this is null on the (unobserved) case where it omits the id. [optional]

Example

require 'zernio-sdk'

instance = Zernio::CreateValueRuleSet201Response.new(
  ad_account_id: null,
  value_rule_set_id: null
)