Sha256: 60dc5ddef8849f65070fe16b9642df15e18f43295da2d2a6567bb6d2dff6a9f2

Contents?: true

Size: 532 Bytes

Versions: 1

Compression:

Stored size: 532 Bytes

Contents

# TalonOne::InlineResponse20020

## Properties

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

## Code Sample

```ruby
require 'TalonOne'

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


Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
talon_one-3.0.0 docs/InlineResponse20020.md