Sha256: a2e6e07cc1d2ce61a5a73dbb46ff12abe00fb83991949cfeed78a7ab72ae0bc8
Contents?: true
Size: 489 Bytes
Versions: 13
Compression:
Stored size: 489 Bytes
Contents
# ElasticEmail::ListUpdatePayload ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **new_list_name** | **String** | Name of your list if you want to change it. | [optional] | | **allow_unsubscribe** | **Boolean** | True: Allow unsubscribing from this list. Otherwise, false | [optional] | ## Example ```ruby require 'ElasticEmail' instance = ElasticEmail::ListUpdatePayload.new( new_list_name: My List 2, allow_unsubscribe: false ) ```
Version data entries
13 entries across 13 versions & 1 rubygems