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