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