Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 375 Bytes

File metadata and controls

20 lines (14 loc) · 375 Bytes

Zernio::UploadedOrDerivedAudienceMatchRulesInner

Properties

Name Type Description Notes
match_type String
match_value String

Example

require 'zernio-sdk'

instance = Zernio::UploadedOrDerivedAudienceMatchRulesInner.new(
  match_type: null,
  match_value: null
)