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.1.0.alpha5 docs/GetRelationTuplesResponse.md
ory-client-0.1.0.alpha4 docs/GetRelationTuplesResponse.md
ory-client-0.1.0.alpha3 docs/GetRelationTuplesResponse.md
ory-client-0.1.0.alpha2 docs/GetRelationTuplesResponse.md
ory-client-0.1.0.alpha1 docs/GetRelationTuplesResponse.md
ory-client-0.0.1.alpha189 docs/GetRelationTuplesResponse.md
ory-client-0.0.1.alpha188 docs/GetRelationTuplesResponse.md
ory-client-0.0.1.alpha187 docs/GetRelationTuplesResponse.md
ory-client-0.0.1.alpha186 docs/GetRelationTuplesResponse.md
ory-client-0.0.1.alpha184 docs/GetRelationTuplesResponse.md
ory-client-0.0.1.alpha183 docs/GetRelationTuplesResponse.md
ory-client-0.0.1.alpha182 docs/GetRelationTuplesResponse.md
ory-client-0.0.1.alpha181 docs/GetRelationTuplesResponse.md
ory-client-0.0.1.alpha180 docs/GetRelationTuplesResponse.md
ory-client-0.0.1.alpha179 docs/GetRelationTuplesResponse.md
ory-client-0.0.1.alpha178 docs/GetRelationTuplesResponse.md
ory-client-0.0.1.alpha177 docs/GetRelationTuplesResponse.md
ory-client-0.0.1.alpha176 docs/GetRelationTuplesResponse.md
ory-client-0.0.1.alpha175 docs/GetRelationTuplesResponse.md