Sha256: 11fe8480be90ded884890e927b1a2978439ecb459916376ab17d441066d95b1a

Contents?: true

Size: 552 Bytes

Versions: 24

Compression:

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

## Example

```ruby
require 'ory-client'

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

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
ory-client-0.2.0.alpha60 docs/GetRelationTuplesResponse.md
ory-client-0.2.0.alpha48 docs/GetRelationTuplesResponse.md
ory-client-0.2.0.alpha47 docs/GetRelationTuplesResponse.md
ory-client-0.2.0.alpha46 docs/GetRelationTuplesResponse.md
ory-client-0.2.0.alpha45 docs/GetRelationTuplesResponse.md
ory-client-0.2.0.alpha44 docs/GetRelationTuplesResponse.md
ory-client-0.2.0.alpha43 docs/GetRelationTuplesResponse.md
ory-client-0.2.0.alpha42 docs/GetRelationTuplesResponse.md
ory-client-0.2.0.alpha41 docs/GetRelationTuplesResponse.md
ory-client-0.2.0.alpha40 docs/GetRelationTuplesResponse.md
ory-client-0.2.0.alpha39 docs/GetRelationTuplesResponse.md
ory-client-0.2.0.alpha38 docs/GetRelationTuplesResponse.md
ory-client-0.2.0.alpha37 docs/GetRelationTuplesResponse.md
ory-client-0.2.0.alpha36 docs/GetRelationTuplesResponse.md
ory-client-0.2.0.alpha35 docs/GetRelationTuplesResponse.md
ory-client-0.2.0.alpha34 docs/GetRelationTuplesResponse.md
ory-client-0.2.0.alpha33 docs/GetRelationTuplesResponse.md
ory-client-0.2.0.alpha32 docs/GetRelationTuplesResponse.md
ory-client-0.2.0.alpha31 docs/GetRelationTuplesResponse.md
ory-client-0.2.0.alpha30 docs/GetRelationTuplesResponse.md