| Name | Type | Description | Notes |
|---|---|---|---|
| checkout_only | Boolean | [optional] | |
| error | Error | [optional] | |
| filter | ScreenRecordingFilter | [optional] | |
| filter_values | ScreenRecordingFilterValues | [optional] | |
| histogram_data | Array<Integer> | [optional] | |
| histogram_interval | String | [optional] | |
| histogram_start_dts | String | [optional] | |
| metadata | ResponseMetadata | [optional] | |
| screen_recordings | Array<ScreenRecording> | [optional] | |
| success | Boolean | Indicates if API call was successful | [optional] |
| warning | Warning | [optional] |
require 'ultracart_api'
instance = UltracartClient::ScreenRecordingQueryResponse.new(
checkout_only: null,
error: null,
filter: null,
filter_values: null,
histogram_data: null,
histogram_interval: null,
histogram_start_dts: null,
metadata: null,
screen_recordings: null,
success: null,
warning: null
)