Sha256: 92342120e510da0ec101598377696e71585f8a06901e4716ad206811fa70c333
Contents?: true
Size: 532 Bytes
Versions: 2
Compression:
Stored size: 532 Bytes
Contents
# TalonOne::InlineResponse20022 ## 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::InlineResponse20022.new(total_result_size: 1, has_more: null, data: null) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
talon_one-6.0.0 | docs/InlineResponse20022.md |
talon_one-5.0.0 | docs/InlineResponse20022.md |