Class NameValuePair (0.6.1)

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

A name-value pair representing an attribute entry usable in a list of attributes.

Attributes

Name Description
key str
Required. The name of the property entry.
value str
Required. The value of the property entry.