Skip to main content
Version: Current

CreateTaskResponse

Description

Provides properties containing information about tasks that were successfully created and those that were not created. This class is sealed and cannot be inherited.

Constructors

ConstructorDescription
CreateTaskResponse()Initializes a new instance of the CreateTaskResponse class.

Properties

TasksCreated TaskCreatedResponse Contains details about the tasks that were successfully created.

C#
public TaskCreatedForUserResponse TasksCreated { get; }

TasksNotCreated TaskNotCreatedForParticipantResponse Contains details about the tasks that could not be created for certain participants.

C#
public TaskNotCreatedForParticipantResponse TasksCreated { get; }