Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 613 Bytes

StrikethroughDebugResponse.md

File metadata and controls

19 lines (12 loc) · 613 Bytes

TalonOne::StrikethroughDebugResponse

Properties

Name Type Description Notes
campaigns_i_ds Array<Integer> The campaign IDs that got fetched for the evaluation process. [optional]
effects Array<StrikethroughEffect> The strikethrough effects that are returned from the evaluation process. [optional]

Code Sample

require 'TalonOne'

instance = TalonOne::StrikethroughDebugResponse.new(campaigns_i_ds: null,
                                 effects: null)