Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 408 Bytes

File metadata and controls

22 lines (16 loc) · 408 Bytes

UltracartClient::ListSegmentMembership

Properties

Name Type Description Notes
name String [optional]
type String [optional]
uuid String [optional]

Example

require 'ultracart_api'

instance = UltracartClient::ListSegmentMembership.new(
  name: null,
  type: null,
  uuid: null
)