# OryHydraClient::PluginDevice ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **description** | **String** | description | | | **name** | **String** | name | | | **path** | **String** | path | | | **settable** | **Array<String>** | settable | | ## Example ```ruby require 'ory-kratos-client' instance = OryHydraClient::PluginDevice.new( description: null, name: null, path: null, settable: null ) ```