Name | Type | Description | Notes |
---|---|---|---|
id | string | The ID of the goal | [optional] |
owner_id | int | The ID of the creator of the goal | [optional] |
title | string | The title of the goal | [optional] |
type | \Pipedrive\Model\GoalType | [optional] | |
assignee | \Pipedrive\Model\Assignee | [optional] | |
interval | string | The interval of the goal | [optional] |
duration | \Pipedrive\Model\Duration | [optional] | |
expected_outcome | \Pipedrive\Model\ExpectedOutcome | [optional] | |
is_active | bool | Whether the goal is currently active or not | [optional] |
report_ids | string[] | The IDs of the reports that belong to the goal | [optional] |