Sha256: c6e6953fd1f990474546b82552c3ad2cbd7b22e0c25da0cb5c0e43601d7087b3
Contents?: true
Size: 514 Bytes
Versions: 203
Compression:
Stored size: 514 Bytes
Contents
# UltracartClient::ScreenRecordingHeatmapRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **range** | [**ScreenRecordingFilterRangeDate**](ScreenRecordingFilterRangeDate.md) | | [optional] | | **screen_sizes** | **Array<String>** | | [optional] | | **url** | **String** | | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::ScreenRecordingHeatmapRequest.new( range: null, screen_sizes: null, url: null ) ```
Version data entries
203 entries across 203 versions & 1 rubygems