Sha256: a24b43f0d2a2acd7b3113cc796fc2c4d5786abebc746ff08e7c8629c1c3bf10e

Contents?: true

Size: 419 Bytes

Versions: 7

Compression:

Stored size: 419 Bytes

Contents

# TalonOne::InlineResponse200

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**total_result_size** | **Integer** |  | 
**data** | [**Array<CustomerProfile>**](CustomerProfile.md) |  | 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::InlineResponse200.new(total_result_size: null,
                                 data: null)
```


Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
talon_one-2.5.1 docs/InlineResponse200.md
talon_one-2.4.0 docs/InlineResponse200.md
talon_one-2.3.0 docs/InlineResponse200.md
talon_one-2.2.0 docs/InlineResponse200.md
talon_one-2.1.1 docs/InlineResponse200.md
talon_one-2.1.0 docs/InlineResponse200.md
talon_one-2.0.0 docs/InlineResponse200.md