Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 532 Bytes

InlineResponse20021.md

File metadata and controls

21 lines (14 loc) · 532 Bytes

TalonOne::InlineResponse20021

Properties

Name Type Description Notes
total_result_size Integer [optional]
has_more Boolean [optional]
data Array<ApplicationCustomer>

Code Sample

require 'TalonOne'

instance = TalonOne::InlineResponse20021.new(total_result_size: 1,
                                 has_more: null,
                                 data: null)