Sha256: a6eea4a4fb324a2d598d796f1a194a54325cd99afd414f486289fc66049bc51d
Contents?: true
Size: 466 Bytes
Versions: 6
Compression:
Stored size: 466 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-hydra-client' instance = OryHydraClient::PluginEnv.new( description: null, name: null, settable: null, value: null ) ```
Version data entries
6 entries across 6 versions & 1 rubygems