Sha256: 8d08ca171a388b8fc9c6f875cf696747e4e58965780c6bfcd8ab5a2f08c5480b
Contents?: true
Size: 1022 Bytes
Versions: 1
Compression:
Stored size: 1022 Bytes
Contents
# Brevo::Body9 ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **String** | Name of task | **duration** | **Integer** | Duration of task in milliseconds [1 minute = 60000 ms] | [optional] **task_type_id** | **String** | Id for type of task e.g Call / Email / Meeting etc. | **date** | **DateTime** | Task due date and time | **notes** | **String** | Notes added to a task | [optional] **done** | **BOOLEAN** | Task marked as done | [optional] **assign_to_id** | **String** | To assign a task to a user you can use either the account email or ID. | [optional] **contacts_ids** | **Array<Integer>** | Contact ids for contacts linked to this task | [optional] **deals_ids** | **Array<String>** | Deal ids for deals a task is linked to | [optional] **companies_ids** | **Array<String>** | Companies ids for companies a task is linked to | [optional] **reminder** | [**TaskReminder**](TaskReminder.md) | | [optional]
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
brevo-3.0.0 | docs/Body9.md |