QueryRequest.Params Property

Definition

params

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

Property Value

Attributes

Applies to