Dictionary

A dictionary with fields

Field Type Description
email String Optional. A String value
email_when_newsletter Bool Optional. A boolean value

Examples

Example 1

{
    "email": "...",
    "email_when_newsletter": true
}
1.9.0 stable