Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 744 Bytes

File metadata and controls

26 lines (20 loc) · 744 Bytes

UltracartClient::ScreenshotsResponse

Properties

Name Type Description Notes
error Error [optional]
metadata ResponseMetadata [optional]
screenshots Array<String> List of screenshot urls related to the object (depends on which method was called). [optional]
success Boolean Indicates if API call was successful [optional]
warning Warning [optional]

Example

require 'ultracart_api'

instance = UltracartClient::ScreenshotsResponse.new(
  error: null,
  metadata: null,
  screenshots: null,
  success: null,
  warning: null
)