Sha256: d8a1b8be473df1a1940900b9d102bd3b6d837f6c1bc302990239b162c53c62e6

Contents?: true

Size: 568 Bytes

Versions: 39

Compression:

Stored size: 568 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<InternalRelationTuple>**](InternalRelationTuple.md) |  | [optional] |

## Example

```ruby
require 'ory-client'

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

Version data entries

39 entries across 39 versions & 1 rubygems

Version Path
ory-client-0.2.0.alpha25 docs/GetRelationTuplesResponse.md
ory-client-0.2.0.alpha24 docs/GetRelationTuplesResponse.md
ory-client-0.2.0.alpha23 docs/GetRelationTuplesResponse.md
ory-client-0.2.0.alpha22 docs/GetRelationTuplesResponse.md
ory-client-0.2.0.alpha21 docs/GetRelationTuplesResponse.md
ory-client-0.2.0.alpha20 docs/GetRelationTuplesResponse.md
ory-client-0.2.0.alpha19 docs/GetRelationTuplesResponse.md
ory-client-0.2.0.alpha18 docs/GetRelationTuplesResponse.md
ory-client-0.2.0.alpha16 docs/GetRelationTuplesResponse.md
ory-client-0.2.0.alpha15 docs/GetRelationTuplesResponse.md
ory-client-0.2.0.alpha14 docs/GetRelationTuplesResponse.md
ory-client-0.2.0.alpha4 docs/GetRelationTuplesResponse.md
ory-client-0.2.0.alpha2 docs/GetRelationTuplesResponse.md
ory-client-0.1.0.alpha12 docs/GetRelationTuplesResponse.md
ory-client-0.1.0.alpha11 docs/GetRelationTuplesResponse.md
ory-client-0.1.0.alpha10 docs/GetRelationTuplesResponse.md
ory-client-0.1.0.alpha9 docs/GetRelationTuplesResponse.md
ory-client-0.1.0.alpha8 docs/GetRelationTuplesResponse.md
ory-client-0.1.0.alpha7 docs/GetRelationTuplesResponse.md
ory-client-0.1.0.alpha6 docs/GetRelationTuplesResponse.md