# UltracartClient::ScreenRecordingUserAgent ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **device** | [**ScreenRecordingUserAgentDevice**](ScreenRecordingUserAgentDevice.md) | | [optional] | | **name** | **String** | | [optional] | | **original** | **String** | | [optional] | | **os** | [**ScreenRecordingUserAgentOS**](ScreenRecordingUserAgentOS.md) | | [optional] | | **version** | **String** | | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::ScreenRecordingUserAgent.new( device: null, name: null, original: null, os: null, version: null ) ```