CreateCardResponse.AssigneeId Property

Definition

The id of the person who is assigned the card

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

Property Value

Attributes

Applies to