CreateCardInput.ColumnId 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 column where the card should be created
[System.Text.Json.Serialization.JsonPropertyName("column_id")]
public long? ColumnId { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("column_id")>]
member this.ColumnId : Nullable<int64> with get, set
Public Property ColumnId As Nullable(Of Long)
Property Value
- Attributes