Sha256: 85c292567ac20f2ace1092aed5564bdfa5e7490ef83f3a0fa64013ae4ea72520
Contents?: true
Size: 654 Bytes
Versions: 196
Compression:
Stored size: 654 Bytes
Contents
# 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 ) ```
Version data entries
196 entries across 196 versions & 1 rubygems