Sha256: fe06e73a277397c0f11d881044494f4225070e74d4023364d131459e80d20671
Contents?: true
Size: 535 Bytes
Versions: 3
Compression:
Stored size: 535 Bytes
Contents
# TalonOne::InlineResponse20022 ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **has_more** | **Boolean** | | [optional] **total_result_size** | **Integer** | | [optional] **data** | [**Array<ApplicationCustomer>**](ApplicationCustomer.md) | | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::InlineResponse20022.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/InlineResponse20022.md |
talon_one-3.0.2 | docs/InlineResponse20022.md |
talon_one-3.0.1 | docs/InlineResponse20022.md |