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