Sha256: db9ebf267aee77cba79c2a666add1f8603b6ee57054ac49b1d3f65466e2c8f40

Contents?: true

Size: 530 Bytes

Versions: 1

Compression:

Stored size: 530 Bytes

Contents

# TalonOne::InlineResponse20032

## Properties

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

## Code Sample

```ruby
require 'TalonOne'

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


Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
talon_one-7.0.0 docs/InlineResponse20032.md