Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 506 Bytes

InlineResponse20042.md

File metadata and controls

21 lines (14 loc) · 506 Bytes

TalonOne::InlineResponse20042

Properties

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

Code Sample

require 'TalonOne'

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