Sha256: d5e45201094aaaaa1c5a32d1bd5d3bc73b1cf33ad126e819e91253408d27cc04
Contents?: true
Size: 400 Bytes
Versions: 3
Compression:
Stored size: 400 Bytes
Contents
# TalonOne::InlineResponse2008 ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **total_result_size** | **Integer** | | **data** | [**Array<Coupon>**](Coupon.md) | | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::InlineResponse2008.new(total_result_size: 1, data: null) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
talon_one-7.0.0 | docs/InlineResponse2008.md |
talon_one-6.0.0 | docs/InlineResponse2008.md |
talon_one-5.0.0 | docs/InlineResponse2008.md |