Delen via


GroupTaskDetails Class

Definition

This class represents the group task details when parent child relationship exists in the drill down.

[Newtonsoft.Json.JsonObject("GroupTaskDetails")]
public class GroupTaskDetails
[<Newtonsoft.Json.JsonObject("GroupTaskDetails")>]
type GroupTaskDetails = class
Public Class GroupTaskDetails
Inheritance
GroupTaskDetails
Derived
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

GroupTaskDetails()

Initializes a new instance of the GroupTaskDetails class.

GroupTaskDetails(IList<ASRTask>)

Initializes a new instance of the GroupTaskDetails class.

Properties

ChildTasks

Gets or sets the child tasks.

Applies to