Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 437 Bytes

File metadata and controls

20 lines (14 loc) · 437 Bytes

UltracartClient::ScreenRecordingPageViewEventParameter

Properties

Name Type Description Notes
name String [optional]
value ScreenRecordingMultifield [optional]

Example

require 'ultracart_api'

instance = UltracartClient::ScreenRecordingPageViewEventParameter.new(
  name: null,
  value: null
)