Sha256: ed07f1831c78021f2dc50cdb9730917fdee730425494abb8983e5707c5becd9b

Contents?: true

Size: 542 Bytes

Versions: 3

Compression:

Stored size: 542 Bytes

Contents

# TalonOne::InlineResponse20017

## Properties

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

## Code Sample

```ruby
require 'TalonOne'

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


Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
talon_one-7.0.0 docs/InlineResponse20017.md
talon_one-6.0.0 docs/InlineResponse20017.md
talon_one-5.0.0 docs/InlineResponse20017.md