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

Version Path
ory-hydra-client-1.10.6 docs/PluginMount.md
ory-hydra-client-1.10.5 docs/PluginMount.md
ory-hydra-client-1.10.3 docs/PluginMount.md
ory-hydra-client-1.10.2 docs/PluginMount.md
ory-hydra-client-1.9.2 docs/PluginMount.md
ory-hydra-client-1.9.1 docs/PluginMount.md