Sha256: e8f3e317da7db67965b1fe7de04b27b0b988e62b9289be90fa091ff3bc90bb78
Contents?: true
Size: 527 Bytes
Versions: 3
Compression:
Stored size: 527 Bytes
Contents
# TalonOne::InlineResponse20023 ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **has_more** | **Boolean** | | [optional] **total_result_size** | **Integer** | | [optional] **data** | [**Array<CustomerProfile>**](CustomerProfile.md) | | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::InlineResponse20023.new(has_more: null, total_result_size: null, data: null) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
talon_one-7.0.0 | docs/InlineResponse20023.md |
talon_one-3.0.2 | docs/InlineResponse20023.md |
talon_one-3.0.1 | docs/InlineResponse20023.md |