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