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