Sha256: 0f7e16f4be5af4ad5198a0a7b2f78f988b33beb75f5d803fcdd5eaf9778be3a3

Contents?: true

Size: 506 Bytes

Versions: 1

Compression:

Stored size: 506 Bytes

Contents

# TalonOne::InlineResponse20041

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**total_result_size** | **Integer** |  | [optional] 
**has_more** | **Boolean** |  | [optional] 
**data** | [**Array<Change>**](Change.md) |  | 

## Code Sample

```ruby
require 'TalonOne'

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


Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
talon_one-7.0.0 docs/InlineResponse20041.md