GetTaskResponse.Assignments Property

Definition

_assignments

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

Property Value

Attributes

Applies to