Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 661 Bytes

File metadata and controls

26 lines (20 loc) · 661 Bytes

SendX::RestRList

Properties

Name Type Description Notes
id String [optional]
name String [optional]
type Integer List type. Values: - `0` - Regular list (single opt-in) - `1` - Double opt-in list (requires email confirmation) [optional]
created Time [optional]
updated Time [optional]

Example

require 'sendx-ruby-sdk'

instance = SendX::RestRList.new(
  id: list_OcuxJHdiAvujmwQVJfd3ss,
  name: Newsletter Subscribers,
  type: null,
  created: null,
  updated: null
)