CreateCardResponse.AssigneeId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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