DealResponse.User Property

Definition

user_id

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

Property Value

Attributes

Applies to