Class KeyValue (3.4.1)

Stay organized with collections Save and categorize content based on your preferences.
KeyValue(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A product label represented as a key-value pair.

Attributes

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