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