CreateCardResponse.BoardId Property

Definition

The ID of the board

[System.Text.Json.Serialization.JsonPropertyName("board_id")]
public long? BoardId { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("board_id")>]
member this.BoardId : Nullable<int64> with get, set
Public Property BoardId As Nullable(Of Long)

Property Value

Attributes

Applies to