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