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