A model for updating plans.
| Name | Type | Nullable? | Summary | 
|---|---|---|---|
| Plan | TeamDynamix.Api.Plans.Task | This field is nullable. | The plan. | 
| Tasks | TeamDynamix.Api.Plans.Task[] | This field is nullable. | The tasks whose values have changed. | 
| Succeeded | Boolean | Whether the operation succeeded. | |
| AnyNewTaskAssignments | Boolean | Whether the operation resulted in any new task assignments. | |
| ErrorID | Int32 | The ID of the exception that occurred on the server as a result of this operation. | |
| Message | String | This field is nullable. | The error message to display to the user when the operation was unsuccessful. |