GetTaskDetailsResponse.Checklist Property

Definition

The collection of checklist items on the task.

[System.Text.Json.Serialization.JsonPropertyName("checklist")]
public System.Collections.Generic.List<System.Text.Json.JsonElement?> Checklist { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("checklist")>]
member this.Checklist : System.Collections.Generic.List<Nullable<System.Text.Json.JsonElement>> with get, set
Public Property Checklist As List(Of Nullable(Of JsonElement))

Property Value

Attributes

Applies to