Sha256: 91ad940c182adacf722848bc5505cd67e5044fc39a9e1d1e049df3aa0fea0dcf
Contents?: true
Size: 691 Bytes
Versions: 198
Compression:
Stored size: 691 Bytes
Contents
# UltracartClient::EmailPerformanceResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **error** | [**Error**](Error.md) | | [optional] | | **metadata** | [**ResponseMetadata**](ResponseMetadata.md) | | [optional] | | **performance** | [**EmailPerformance**](EmailPerformance.md) | | [optional] | | **success** | **Boolean** | Indicates if API call was successful | [optional] | | **warning** | [**Warning**](Warning.md) | | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::EmailPerformanceResponse.new( error: null, metadata: null, performance: null, success: null, warning: null ) ```
Version data entries
198 entries across 198 versions & 1 rubygems