Sha256: cbce8307bebefe999c939ef4c80188c3e0d92138aed4ae19b24a37929084eff0

Contents?: true

Size: 450 Bytes

Versions: 2

Compression:

Stored size: 450 Bytes

Contents

# OryClient::PluginEnv

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **description** | **String** | description |  |
| **name** | **String** | name |  |
| **settable** | **Array<String>** | settable |  |
| **value** | **String** | value |  |

## Example

```ruby
require 'ory-client'

instance = OryClient::PluginEnv.new(
  description: null,
  name: null,
  settable: null,
  value: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

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