Sha256: 076715643c841ed1407238239aa7ca6e4b5fd4158622c2a2d37737b33b4774e6
Contents?: true
Size: 526 Bytes
Versions: 117
Compression:
Stored size: 526 Bytes
Contents
# OryClient::Relationships ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **next_page_token** | **String** | The opaque token to provide in a subsequent request to get the next page. It is the empty string iff this is the last page. | [optional] | | **relation_tuples** | [**Array<Relationship>**](Relationship.md) | | [optional] | ## Example ```ruby require 'ory-client' instance = OryClient::Relationships.new( next_page_token: null, relation_tuples: null ) ```
Version data entries
117 entries across 117 versions & 1 rubygems