KeyValueResponse

data class KeyValueResponse(val key: String, val value: String)

A product label represented as a key-value pair.

Constructors

Link copied to clipboard
fun KeyValueResponse(key: String, value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val key: String

The key of the label attached to the product. Cannot be empty and cannot exceed 128 bytes.

Link copied to clipboard

The value of the label attached to the product. Cannot be empty and cannot exceed 128 bytes.