Sha256: 585316ec7af90c8c8c3c9fa93925baa27481f0a86eda6445250a8ffbe3eae748
Contents?: true
Size: 539 Bytes
Versions: 1
Compression:
Stored size: 539 Bytes
Contents
# OryKetoClient::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-keto-client' instance = OryKetoClient::Relationships.new( next_page_token: null, relation_tuples: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ory-keto-client-0.11.0.alpha0 | docs/Relationships.md |