| 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] |
require 'sendx-ruby-sdk'
instance = SendX::RestRList.new(
id: list_OcuxJHdiAvujmwQVJfd3ss,
name: Newsletter Subscribers,
type: null,
created: null,
updated: null
)