Sha256: 1fe1b6cfc15237727a420891d1261b79512025d59de4c697509b707c1630a9fd
Contents?: true
Size: 713 Bytes
Versions: 196
Compression:
Stored size: 713 Bytes
Contents
# UltracartClient::ScreenRecordingSettingsResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **error** | [**Error**](Error.md) | | [optional] | | **metadata** | [**ResponseMetadata**](ResponseMetadata.md) | | [optional] | | **settings** | [**ScreenRecordingSettings**](ScreenRecordingSettings.md) | | [optional] | | **success** | **Boolean** | Indicates if API call was successful | [optional] | | **warning** | [**Warning**](Warning.md) | | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::ScreenRecordingSettingsResponse.new( error: null, metadata: null, settings: null, success: null, warning: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems