MoveCardResponse.Id Property

Definition

The id of the card

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

Property Value

Attributes

Applies to