Metadata

data class Metadata(val userId: String? = null)(source)

Metadata about the request.

Constructors

Link copied to clipboard
constructor(userId: String? = null)

Properties

Link copied to clipboard
@SerialName(value = "user_id")
val userId: String?

An external identifier for the user who is associated with the request.