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