TaskResponse.Completed Property

Definition

A boolean indicating the completed status of the task.

[System.Text.Json.Serialization.JsonPropertyName("completed")]
public bool? Completed { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("completed")>]
member this.Completed : Nullable<bool> with get, set
Public Property Completed As Nullable(Of Boolean)

Property Value

Attributes

Applies to