Sha256: ffeb3f7d351ceeff3e6304c1dfabc9df520dc3df093d03df1277856361aee6ef
Contents?: true
Size: 739 Bytes
Versions: 153
Compression:
Stored size: 739 Bytes
Contents
# UltracartClient::EmailCommseqSmsSendTestResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **body** | **String** | | [optional] | | **error** | [**Error**](Error.md) | | [optional] | | **media_urls** | **Array<String>** | | [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::EmailCommseqSmsSendTestResponse.new( body: null, error: null, media_urls: null, metadata: null, success: null, warning: null ) ```
Version data entries
153 entries across 153 versions & 1 rubygems