Class LeaveUntransformed (3.9.0)

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

Skips the data without modifying it if the requested transformation would cause an error. For example, if a DateShift transformation were applied an an IP address, this mode would leave the IP address unchanged in the response.

Inheritance

builtins.object > proto.message.Message > LeaveUntransformed