Sha256: 9b9d1225e1c5995873c47416f660ca30627dca0ba64a5b1f60fc8f15e50aa622
Contents?: true
Size: 532 Bytes
Versions: 3
Compression:
Stored size: 532 Bytes
Contents
# TalonOne::InlineResponse20021 ## 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::InlineResponse20021.new(total_result_size: 1, has_more: null, data: null) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
talon_one-7.0.0 | docs/InlineResponse20021.md |
talon_one-3.0.2 | docs/InlineResponse20021.md |
talon_one-3.0.1 | docs/InlineResponse20021.md |