Sha256: c647e4b3befdbbac0e677b7dbf51e8bcc170fecf800c7d16c8fc7fa93b32a432
Contents?: true
Size: 571 Bytes
Versions: 4
Compression:
Stored size: 571 Bytes
Contents
# SyncteraRubySdk::RelationshipList ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **relationships** | [**Array<RelationshipResponse>**](RelationshipResponse.md) | Array of 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::RelationshipList.new( relationships: null, next_page_token: a8937a0d ) ```
Version data entries
4 entries across 4 versions & 1 rubygems