Sha256: e6b37d75f26b63af95cc7c9e1659e2063669932db40927bca5426b056624668c
Contents?: true
Size: 578 Bytes
Versions: 4
Compression:
Stored size: 578 Bytes
Contents
# SyncteraRubySdk::RelationshipsList ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **relationships** | [**Array<RelationshipIn>**](RelationshipIn.md) | Array of business/person relationships. | | | **next_page_token** | **String** | If returned, use the next_page_token to query for the next page of results. Not returned if there are no more rows. | [optional] | ## Example ```ruby require 'synctera_ruby_sdk' instance = SyncteraRubySdk::RelationshipsList.new( relationships: null, next_page_token: a8937a0d ) ```
Version data entries
4 entries across 4 versions & 1 rubygems