Sha256: 2049103284d715f0c10ee0c3a3e28cb372a06028595dbb40b2715529a4f0265b
Contents?: true
Size: 666 Bytes
Versions: 6
Compression:
Stored size: 666 Bytes
Contents
# OryHydraClient::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-hydra-client' instance = OryHydraClient::PluginMount.new( description: null, destination: null, name: null, options: null, settable: null, source: null, type: null ) ```
Version data entries
6 entries across 6 versions & 1 rubygems