# OryKratosClient::SessionDevice ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **user_agent** | **String** | UserAgent of this device | [optional] | ## Example ```ruby require 'ory-kratos-client' instance = OryKratosClient::SessionDevice.new( user_agent: null ) ```