@Serializable
data class UserQuery(val timeZone: String)

Kotlin representation of the UserQuery JSON

Parameters

timeZone

The timeZone of the user

Constructors

Link copied to clipboard
constructor(timeZone: String)

Properties

Link copied to clipboard