ResponseMetadata

@Serializable
data class ResponseMetadata(val key: String? = null)

Optional metadata to identify the request.

Constructors

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

Properties

Link copied to clipboard
val key: String?

The key to identify the request.