Sha256: a3eec6cecaf864f6a276172c352a7fd2581620a83759a0ec5c13ff2d08e3db2f
Contents?: true
Size: 945 Bytes
Versions: 1
Compression:
Stored size: 945 Bytes
Contents
# BrevoRuby::Body7 ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **String** | Name of task | [optional] **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. | [optional] **date** | **DateTime** | Task date/time | [optional] **notes** | **String** | Notes added to a task | [optional] **done** | **BOOLEAN** | Task marked as done | [optional] **assign_to_id** | **String** | User id to whom task is assigned | [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]
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
brevo-ruby-1.0.0 | docs/Body7.md |