| Name | Type | Description | Notes |
|---|---|---|---|
| add_tags | Array<String> | Tags to add to contact | [optional] |
| remove_tags | Array<String> | Tags to remove from contact | [optional] |
| String | Email address of the contact | [optional] |
require 'sendx-ruby-sdk'
instance = SendX::TrackRequest.new(
add_tags: null,
remove_tags: null,
email: test@example.com
)