Sha256: a561badfcd4cb402663edc9b06c5dc91a57b81fb24544827f73b9e7507428765
Contents?: true
Size: 606 Bytes
Versions: 196
Compression:
Stored size: 606 Bytes
Contents
# UltracartClient::EmailCommseqEmailSendTestResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **error** | [**Error**](Error.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::EmailCommseqEmailSendTestResponse.new( error: null, metadata: null, success: null, warning: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems