| Name | Type | Description | Notes |
|---|---|---|---|
| success | Boolean | [optional] | |
| executions | Array<ListWorkflowExecutions200ResponseExecutionsInner> | [optional] | |
| pagination | ListContacts200ResponsePagination | [optional] |
require 'zernio-sdk'
instance = Zernio::ListWorkflowExecutions200Response.new(
success: null,
executions: null,
pagination: null
)