Sha256: 9e12b0cf4e0f0d1b87cf949f5b09064027ace647f7cb479fd7c7f95183673141

Contents?: true

Size: 583 Bytes

Versions: 3

Compression:

Stored size: 583 Bytes

Contents

# OryHydraClient::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 = OryHydraClient::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.6.0.alpha6 docs/GetRelationTuplesResponse.md
ory-keto-client-0.6.0.alpha3 docs/GetRelationTuplesResponse.md
ory-keto-client-0.6.0.alpha1 docs/GetRelationTuplesResponse.md