GroupTaskDetails 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.
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. |