Source code for boxsdk.object.webhook

# coding: utf-8
from __future__ import unicode_literals

from .base_object import BaseObject


[docs]class Webhook(BaseObject): """Represents a Box Webhook.""" _item_type = 'webhook'