Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 530 Bytes

InlineResponse20033.md

File metadata and controls

21 lines (14 loc) · 530 Bytes

TalonOne::InlineResponse20033

Properties

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

Code Sample

require 'TalonOne'

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