Class KeyValue (2.4.4)

KeyValue(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A product label represented as a key-value pair. .. attribute:: key

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

:type: str

Attribute

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