Sha256: db3792a98e100886f76b62d61e866683bcde159d233d1e3d53aab86ece9d5466
Contents?: true
Size: 524 Bytes
Versions: 198
Compression:
Stored size: 524 Bytes
Contents
# UltracartClient::EmailListSegmentUsedBy ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **email_campaign_uuid** | **String** | Email campaign UUID | [optional] | | **email_flow_uuid** | **String** | Email flow UUID | [optional] | | **name** | **String** | Name of the list or segment. | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::EmailListSegmentUsedBy.new( email_campaign_uuid: null, email_flow_uuid: null, name: null ) ```
Version data entries
198 entries across 198 versions & 1 rubygems