CreateCardResponse.Assignee Property

Definition

The person who is assigned to the card

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

Property Value

Attributes

Applies to