Sha256: 452ba5a42e309dc9d1c9992991c8fb040c49f23d2b862c5dfebfe2d876c6cf09

Contents?: true

Size: 333 Bytes

Versions: 2

Compression:

Stored size: 333 Bytes

Contents

# OryClient::GraphDriverData

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **data** | **Hash<String, String>** | data |  |
| **name** | **String** | name |  |

## Example

```ruby
require 'ory-client'

instance = OryClient::GraphDriverData.new(
  data: null,
  name: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ory-client-0.0.1.alpha19 docs/GraphDriverData.md
ory-client-0.0.1.alpha18 docs/GraphDriverData.md