Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 707 Bytes

File metadata and controls

26 lines (20 loc) · 707 Bytes

UltracartClient::ScreenRecordingSegmentResponse

Properties

Name Type Description Notes
error Error [optional]
metadata ResponseMetadata [optional]
segment ScreenRecordingSegment [optional]
success Boolean Indicates if API call was successful [optional]
warning Warning [optional]

Example

require 'ultracart_api'

instance = UltracartClient::ScreenRecordingSegmentResponse.new(
  error: null,
  metadata: null,
  segment: null,
  success: null,
  warning: null
)