Sha256: 44681b2e6fd959d6582aa3dbcf93a71c91d6f1f9bdac48370dcf0c85271aff0c
Contents?: true
Size: 742 Bytes
Versions: 203
Compression:
Stored size: 742 Bytes
Contents
# UltracartClient::ScreenRecordingPageViewEvent ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **name** | **String** | | [optional] | | **params** | [**Array<ScreenRecordingPageViewEventParameter>**](ScreenRecordingPageViewEventParameter.md) | | [optional] | | **prior_page_view** | **Boolean** | | [optional] | | **sub_text** | **String** | | [optional] | | **timestamp** | **String** | Timestamp of the event | [optional] | | **ts** | **Integer** | | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::ScreenRecordingPageViewEvent.new( name: null, params: null, prior_page_view: null, sub_text: null, timestamp: null, ts: null ) ```
Version data entries
203 entries across 203 versions & 1 rubygems