Sha256: d8a1b8be473df1a1940900b9d102bd3b6d837f6c1bc302990239b162c53c62e6
Contents?: true
Size: 568 Bytes
Versions: 39
Compression:
Stored size: 568 Bytes
Contents
# OryClient::GetRelationTuplesResponse ## 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<InternalRelationTuple>**](InternalRelationTuple.md) | | [optional] | ## Example ```ruby require 'ory-client' instance = OryClient::GetRelationTuplesResponse.new( next_page_token: null, relation_tuples: null ) ```
Version data entries
39 entries across 39 versions & 1 rubygems