Sha256: 489eed5abae14588fb8abeb697a774819558152a41a9a9c34be5fdff0a9cba70
Contents?: true
Size: 542 Bytes
Versions: 1
Compression:
Stored size: 542 Bytes
Contents
# TalonOne::InlineResponse20014 ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **has_more** | **Boolean** | | [optional] **total_result_size** | **Integer** | | [optional] **data** | [**Array<CollectionWithoutPayload>**](CollectionWithoutPayload.md) | | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::InlineResponse20014.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/InlineResponse20014.md |