Sha256: c64b8951cd5314c4c408220288187959dd0c007c4282959c161577ee43f0e8c5
Contents?: true
Size: 666 Bytes
Versions: 196
Compression:
Stored size: 666 Bytes
Contents
# UltracartClient::EmailFlowsResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **error** | [**Error**](Error.md) | | [optional] | | **flows** | [**Array<EmailFlow>**](EmailFlow.md) | | [optional] | | **metadata** | [**ResponseMetadata**](ResponseMetadata.md) | | [optional] | | **success** | **Boolean** | Indicates if API call was successful | [optional] | | **warning** | [**Warning**](Warning.md) | | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::EmailFlowsResponse.new( error: null, flows: null, metadata: null, success: null, warning: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems