Sha256: 331db492b7bebc8fe75b7e62a4be6d8354932d4b27ed513c52f957a2e94f407c
Contents?: true
Size: 868 Bytes
Versions: 203
Compression:
Stored size: 868 Bytes
Contents
# UltracartClient::ScreenRecordingFilterValuesPageView ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **domains** | **Array<String>** | | [optional] | | **events** | [**Array<ScreenRecordingFilterValuesEvent>**](ScreenRecordingFilterValuesEvent.md) | | [optional] | | **page_params** | [**Array<ScreenRecordingFilterValuesPageParam>**](ScreenRecordingFilterValuesPageParam.md) | | [optional] | | **time_on_page_max** | **Integer** | | [optional] | | **time_on_page_min** | **Integer** | | [optional] | | **urls** | **Array<String>** | | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::ScreenRecordingFilterValuesPageView.new( domains: null, events: null, page_params: null, time_on_page_max: null, time_on_page_min: null, urls: null ) ```
Version data entries
203 entries across 203 versions & 1 rubygems