Sha256: 75438e8550f081a637d5ed50ec2b9738bbf4f7cbf13deb48a3caf87257920f26
Contents?: true
Size: 477 Bytes
Versions: 2
Compression:
Stored size: 477 Bytes
Contents
# OryClient::PluginConfigArgs ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **description** | **String** | description | | | **name** | **String** | name | | | **settable** | **Array<String>** | settable | | | **value** | **Array<String>** | value | | ## Example ```ruby require 'ory-client' instance = OryClient::PluginConfigArgs.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/PluginConfigArgs.md |
ory-client-0.0.1.alpha18 | docs/PluginConfigArgs.md |