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