Sha256: c9de33ca17bb9a1bd854a5e375397777419de5525d34935c5ea81aa7cc7a3680

Contents?: true

Size: 535 Bytes

Versions: 1

Compression:

Stored size: 535 Bytes

Contents

# TalonOne::InlineResponse20011

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


Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
talon_one-2.4.0 docs/InlineResponse20011.md