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