QueryOptions

data class QueryOptions(val extras: Map<String, String> = emptyMap(), val customEndpoint: URL? = null, val trackingId: String? = null)

Options related to the API request.

Important: This is a Public Preview API. It may be changed or removed at any time.

Parameters

extras

A collection of key-value pairs that should be included in the request.

customEndpoint

The server to send the request to.

trackingId

An ID for tracking this client's requests.

Constructors

Link copied to clipboard
fun QueryOptions(extras: Map<String, String> = emptyMap(), customEndpoint: URL? = null, trackingId: String? = null)

Properties

Link copied to clipboard
val customEndpoint: URL? = null
Link copied to clipboard
Link copied to clipboard
val trackingId: String? = null