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