Sha256: 12f87f7eeba9c6c7e2f1647b267cfc692e2e2ee23b2df90c441cbdf8a566c5f5
Contents?: true
Size: 704 Bytes
Versions: 198
Compression:
Stored size: 704 Bytes
Contents
# UltracartClient::ScreenRecordingHeatmapUrl ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **histogram_data** | **Array<Integer>** | | [optional] | | **histogram_interval** | **String** | | [optional] | | **histogram_start_dts** | **String** | | [optional] | | **page_rank** | **Integer** | | [optional] | | **session_count** | **Integer** | | [optional] | | **url** | **String** | | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::ScreenRecordingHeatmapUrl.new( histogram_data: null, histogram_interval: null, histogram_start_dts: null, page_rank: null, session_count: null, url: null ) ```
Version data entries
198 entries across 198 versions & 1 rubygems