Sha256: 0bdd6c2d5a7bfa5f2ebbc4266318b7e63d71ea8faded0d31f773007982a68eb1

Contents?: true

Size: 596 Bytes

Versions: 1

Compression:

Stored size: 596 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) | relation tuples | [optional] |

## Example

```ruby
require 'ory-keto-client'

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

Version data entries

1 entries across 1 versions & 1 rubygems

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