CreateGoalRequest Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
CreateGoalRequest
public class CreateGoalRequest
type CreateGoalRequest = class
Public Class CreateGoalRequest
- Inheritance
-
CreateGoalRequest
Constructors
| Name | Description |
|---|---|
| CreateGoalRequest() | |
Properties
| Name | Description |
|---|---|
| CompletionDate |
The date for the goal to be completed by. Example: 2021-07-29. |
| CurrentValue |
The current value of the goal being tracked. |
| Name |
The name of the goal. |
| Note |
Note to attach to the initial check-in on goal creation. Can be multiline text |
| Owner |
The email address of the goal's owner. Example: foo@bar.com |
| ParentGoalId |
If this goal is a subgoal, the unique id of its parent goal. |
| StartDate |
The start date for the goal. Example: 2021-07-15. |
| Status |
The current status the goal. |
| TargetValue |
The target value of the goal. |