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