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