Sha256: 69bfd79ba4811ec48dcb6438b263399d6245f5a65dcc7b4ab77dc9c26b885b2e
Contents?: true
Size: 469 Bytes
Versions: 8
Compression:
Stored size: 469 Bytes
Contents
# OryKratosClient::PluginEnv ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **description** | **String** | description | | | **name** | **String** | name | | | **settable** | **Array<String>** | settable | | | **value** | **String** | value | | ## Example ```ruby require 'ory-kratos-client' instance = OryKratosClient::PluginEnv.new( description: null, name: null, settable: null, value: null ) ```
Version data entries
8 entries across 8 versions & 1 rubygems