Sha256: e4d6510446a3625142d416930cde11213bca0767e9a50a2844f2da8982f4d659
Contents?: true
Size: 652 Bytes
Versions: 46
Compression:
Stored size: 652 Bytes
Contents
# 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**](WorkflowUser.md) | | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::WorkflowTaskHistory.new( activity_dts: null, description: null, ip_address: null, user: null ) ```
Version data entries
46 entries across 46 versions & 1 rubygems