Sha256: 5d66f14b0c89860f76d5c83c76ac6bca7beb1b7c43e644499cef5d7a9db1c193
Contents?: true
Size: 616 Bytes
Versions: 1
Compression:
Stored size: 616 Bytes
Contents
# BrevoRuby::Task ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **String** | Unique task id | [optional] **task_type_id** | **String** | Id for type of task e.g Call / Email / Meeting etc. | **name** | **String** | Name of task | **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/Task.md |