Sha256: 99cd70c698d1bf876c5175b8777c8b20d562394e18a6b52f7531c86f85570b01

Contents?: true

Size: 509 Bytes

Versions: 5

Compression:

Stored size: 509 Bytes

Contents

# TalonOne::InlineResponse20027

## 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::InlineResponse20027.new(total_result_size: null,
                                 has_more: null,
                                 data: null)
```


Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
talon_one-2.4.0 docs/InlineResponse20027.md
talon_one-2.2.0 docs/InlineResponse20027.md
talon_one-2.1.1 docs/InlineResponse20027.md
talon_one-2.1.0 docs/InlineResponse20027.md
talon_one-2.0.0 docs/InlineResponse20027.md