GetTaskResponse.HasDescription Property

Definition

Set to true if the task has a description.

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

Property Value

Attributes

Applies to