Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 535 Bytes

InlineResponse20022.md

File metadata and controls

21 lines (14 loc) · 535 Bytes

TalonOne::InlineResponse20022

Properties

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

Code Sample

require 'TalonOne'

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