Class Synonym (0.1.0)

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

Represents a list of words given by the customer All these words are synonyms of each other.

Attribute

NameDescription
words Sequence[str]
For example: sale, invoice, bill, order

Inheritance

builtins.object > proto.message.Message > Synonym