Sha256: 0161868c0f941166d918d8419c1e4446c3e734f6b3f2eb31bda1133dfaae5dd8
Contents?: true
Size: 650 Bytes
Versions: 2
Compression:
Stored size: 650 Bytes
Contents
# OryClient::PluginMount ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **description** | **String** | description | | | **destination** | **String** | destination | | | **name** | **String** | name | | | **options** | **Array<String>** | options | | | **settable** | **Array<String>** | settable | | | **source** | **String** | source | | | **type** | **String** | type | | ## Example ```ruby require 'ory-client' instance = OryClient::PluginMount.new( description: null, destination: null, name: null, options: null, settable: null, source: null, type: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ory-client-0.0.1.alpha19 | docs/PluginMount.md |
ory-client-0.0.1.alpha18 | docs/PluginMount.md |