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