# UltracartClient::ListSegmentMembership ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **name** | **String** | | [optional] | | **type** | **String** | | [optional] | | **uuid** | **String** | | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::ListSegmentMembership.new( name: null, type: null, uuid: null ) ```