Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 417 Bytes

File metadata and controls

20 lines (14 loc) · 417 Bytes

UltracartClient::ScreenRecordingUserProperty

Properties

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

Example

require 'ultracart_api'

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