SkipWebhooks allows skipping webhook notifications.
public JsonValue _skipWebhooks()SkipWebhooks allows skipping webhook notifications. Can be true (boolean) to skip all, or
an array of webhook UUIDs to skip specific ones.
This arbitrary value can be deserialized into a custom type using the convert method:
MyClass myObject = body.skipWebhooks().convert(MyClass.class);