Sha256: e9e82cc54342e1e80fb54bda5f5936ebcb02914053913f9a45f6860ccbd3e605

Contents?: true

Size: 581 Bytes

Versions: 3

Compression:

Stored size: 581 Bytes

Contents

# OryKetoClient::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-keto-client'

instance = OryKetoClient::GetRelationTuplesResponse.new(
  next_page_token: null,
  relation_tuples: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ory-keto-client-0.8.0.alpha2 docs/GetRelationTuplesResponse.md
ory-keto-client-0.7.0.alpha1 docs/GetRelationTuplesResponse.md
ory-keto-client-0.7.0.alpha0 docs/GetRelationTuplesResponse.md