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