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