Sha256: 5d045b905d8e7a79d17bd54db78e51a94a0bee15c451d0e213f70f4e03cfdf06
Contents?: true
Size: 737 Bytes
Versions: 196
Compression:
Stored size: 737 Bytes
Contents
# UltracartClient::EmailListSegmentFolder ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **esp_list_segment_folder_uuid** | **String** | Email list segment folder UUID | [optional] | | **merchant_id** | **String** | Merchant ID | [optional] | | **name** | **String** | Name of email campaign folder | [optional] | | **storefront_oid** | **Integer** | Storefront oid | [optional] | | **system_generated** | **Boolean** | System generated folder | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::EmailListSegmentFolder.new( esp_list_segment_folder_uuid: null, merchant_id: null, name: null, storefront_oid: null, system_generated: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems