Sha256: 1ab16b7bf215a5b6753d3ad88ffb4ae4bbfd28e5f4cf55d396df83dca8920d1f

Contents?: true

Size: 402 Bytes

Versions: 6

Compression:

Stored size: 402 Bytes

Contents

# TalonOne::InlineResponse201

## Properties

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

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::InlineResponse201.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/InlineResponse201.md
talon_one-6.0.0 docs/InlineResponse201.md
talon_one-5.0.0 docs/InlineResponse201.md
talon_one-3.0.2 docs/InlineResponse201.md
talon_one-3.0.1 docs/InlineResponse201.md
talon_one-3.0.0 docs/InlineResponse201.md