Sha256: f312c2efb65755911782203009241ca445ade2807821c64d4293f0da38d91bb9
Contents?: true
Size: 755 Bytes
Versions: 203
Compression:
Stored size: 755 Bytes
Contents
# UltracartClient::EmailListSegmentMembership ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **email_list_uuid** | **String** | UUID identifying this email list or null if this is a segment | [optional] | | **email_segment_uuid** | **String** | UUID identifying this email segment or null if this is a list | [optional] | | **exclude** | **Boolean** | true if customers from this list/segment is excluded from membership | [optional] | | **name** | **String** | Name of this email list or segment | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::EmailListSegmentMembership.new( email_list_uuid: null, email_segment_uuid: null, exclude: null, name: null ) ```
Version data entries
203 entries across 203 versions & 1 rubygems