| Name | Type | Description | Notes |
|---|---|---|---|
| name | Option<String> | [optional] | |
| keywords | Option<Vec> | [optional] | |
| match_mode | Option<MatchMode> | (enum: exact, contains) | [optional] |
| dm_message | Option<String> | [optional] | |
| buttons | Option<Vecmodels::DmButton> | Inline DM buttons (1-3). Pass [] to clear all buttons. | [optional] |
| comment_reply | Option<String> | [optional] | |
| link_tracking | Option<bool> | Wrap link buttons in a tracked redirect to count clicks. Pass false to send links untouched. | [optional] |
| click_tag | Option<String> | Tag applied to a contact when they click a tracked link (requires linkTracking). Empty string clears it. | [optional] |
| is_active | Option<bool> | [optional] |