Metadata

data class Metadata(val tags: Map<String, String>? = null)(source)

Represents metadata for a request.

Author

Konstantin Pavlov

Constructors

Link copied to clipboard
constructor(tags: Map<String, String>? = null)

Properties

Link copied to clipboard

Optional map of tags associated with the request.