# BookingHint.Body1

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**category** | **String** | A string key that can be used to sort etc.  | [optional] 
**title** | **String** | The title is used to describe the message to the user.  | [optional] 
**scheduled** | **Number** | The timestamp (ms) when this is scheduled to be sent.  | [optional] 
**valid** | **Number** | The time in ms that this message is valid to be queued for.  | [optional] 
**mobile** | **String** | A valid mobile number. This is defined in the settings.  | [optional] 
**body** | **String** | The actual SMS content that you wish to send.  | [optional] 
**meta** | [**PropertyObjects**](PropertyObjects.md) |  | [optional] 


