Sha256: ba332e6696efd2356466569c37f199f95241dc44dc63414de808ddfac9823c0e
Contents?: true
Size: 837 Bytes
Versions: 34
Compression:
Stored size: 837 Bytes
Contents
# UltracartClient::WorkflowTasksResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **error** | [**Error**](Error.md) | | [optional] | | **metadata** | [**ResponseMetadata**](ResponseMetadata.md) | | [optional] | | **success** | **Boolean** | Indicates if API call was successful | [optional] | | **task_context** | **String** | User friendly string of the task context if querying for a specific object type/id | [optional] | | **tasks** | [**Array<WorkflowTask>**](WorkflowTask.md) | tasks | [optional] | | **warning** | [**Warning**](Warning.md) | | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::WorkflowTasksResponse.new( error: null, metadata: null, success: null, task_context: null, tasks: null, warning: null ) ```
Version data entries
34 entries across 34 versions & 1 rubygems