# MailchimpTransactional::Body30 ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **key** | **String** | a valid api key | **query** | **String** | the search terms to find matching messages for | [optional] **date_from** | **DateTime** | start date | [optional] **date_to** | **DateTime** | end date | [optional] **tags** | **Array<String>** | an array of tag names to narrow the search to, will return messages that contain ANY of the tags | [optional] **senders** | **Array<String>** | an array of sender addresses to narrow the search to, will return messages sent by ANY of the senders | [optional]