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