Class Entry (2.16.1)

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

A single replacement configuration.

Attributes

NameDescription
search str
What to replace. Max length is 100 characters.
replace str
What to replace with. Max length is 100 characters.
case_sensitive bool
Whether the search is case sensitive.

Inheritance

builtins.object > proto.message.Message > Entry