Defines a member’s billable utilization targets over time.
Example
{
"id": "8e6d6316-5bc2-4135-b99c-f604f29051ab",
"start": "2024-11-01",
"targetPercentage": 85,
"createdAt": "2024-11-08T00:50:42.006Z",
"isDefault": false,
"end": "2025-10-31"
}
Attributes
Name | Type | Description |
---|---|---|
id | uuid | The unique identifier for the object. |
start | date | The start date for the period. Will be in the form YYYY-MM-DD . |
targetPercentage | number | The target billable utilization percentage for this period. |
createdAt | timestamp | The timestamp when the object was created. |
isDefault | boolean | A flag to indicate if the utilization target period is the default. |
end | date | The end date for the period. Will be in the form YYYY-MM-DD . |