Sha256: 8183aff56313e1349180ec1fbd963241fe8983c2a83e87ff1e325e322b18841e

Contents?: true

Size: 416 Bytes

Versions: 6

Compression:

Stored size: 416 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: 1,
                                 data: null)
```


Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
talon_one-7.0.0 docs/InlineResponse200.md
talon_one-6.0.0 docs/InlineResponse200.md
talon_one-5.0.0 docs/InlineResponse200.md
talon_one-3.0.2 docs/InlineResponse200.md
talon_one-3.0.1 docs/InlineResponse200.md
talon_one-3.0.0 docs/InlineResponse200.md