Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 652 Bytes

File metadata and controls

24 lines (18 loc) · 652 Bytes

UltracartClient::WorkflowTaskHistory

Properties

Name Type Description Notes
activity_dts String Date/time that the workflow task history record was created [optional]
description String Description of the activity [optional]
ip_address String IP Address that originated the activity [optional]
user WorkflowUser [optional]

Example

require 'ultracart_api'

instance = UltracartClient::WorkflowTaskHistory.new(
  activity_dts: null,
  description: null,
  ip_address: null,
  user: null
)