Request

@Serializable
data class Request(val identityServer: String?)

Constructors

Link copied to clipboard
constructor(identityServer: String?)

Properties

Link copied to clipboard
@SerialName(value = "id_server")
val identityServer: String?