Sha256: ffad1352843593c523c7bfc9cfa0ed201013203786edb67b759a0735f04c4cb2
Contents?: true
Size: 460 Bytes
Versions: 13
Compression:
Stored size: 460 Bytes
Contents
# OryHydraClient::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 = OryHydraClient::PluginEnv.new( description: null, name: null, settable: null, value: null ) ```
Version data entries
13 entries across 13 versions & 1 rubygems