models.web_hook_delivery_target module¶
-
class
models.web_hook_delivery_target.
WebHookDeliveryTarget
(curl_options=None, external_api_url=None)[source]¶ Bases:
object
Implementation of the ‘WebHookDeliveryTarget’ model.
WebHookDeliveryTarget Specifies the external api url to hit along with the related options for it.
- Attributes:
- curl_options (string): Specifies curl options used to invoke external
api url defined above.
external_api_url (string): TODO: type description here.
-
classmethod
from_dictionary
(dictionary)[source]¶ Creates an instance of this model from a dictionary
- Args:
dictionary (dictionary): A dictionary representation of the object as obtained from the deserialization of the server’s response. The keys MUST match property names in the API description.
- Returns:
object: An instance of this structure class.