TaskResponse 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.
Response for Create a task
public class TaskResponse
type TaskResponse = class
Public Class TaskResponse
- Inheritance
-
TaskResponse
Constructors
| Name | Description |
|---|---|
| TaskResponse() | |
Properties
| Name | Description |
|---|---|
| Completed |
A boolean indicating the completed status of the task. |
| Description |
A description of the task defined by the user. |
| DueDate |
The datetime the task is due, given as GMT in ISO 8601 format. |
| Id |
An integer that uniquely identifies this task. |
| Priority |
The priority of the task. |
| Title |
The actual task name (Do this thing). |
| Type |
A string representing the type of Task as defined by the user from a list of types editable in the Infusionsoft application. |
| URL |
The link to the task. |