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