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