Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.77 KB

WebHook.md

File metadata and controls

20 lines (16 loc) · 1.77 KB

WebHook

Properties

Name Type Description Notes
web_url string The registered URL that will be used to send the POST requests for the registered events to.
links \Swagger\Client\Model\WebHookLinks [optional]
properties \Swagger\Client\Model\WebHookProperties [optional]
self string The location of this entity. [optional]
display_name string The display name of the object.
description string The description of the object. [optional]
events \Swagger\Client\Model\WebHookEvents
created_date_time \DateTime The time-stamp when the object was created. The time stamp is encoded as ISO 8601 date and time format ("YYYY-MM-DDThh:mm:ssZ", see https://en.wikipedia.org/wiki/ISO_8601#Combined_date_and_time_representations). [optional]
last_action_date_time \DateTime The time-stamp when the current status was entered. The time stamp is encoded as ISO 8601 date and time format ("YYYY-MM-DDThh:mm:ssZ", see https://en.wikipedia.org/wiki/ISO_8601#Combined_date_and_time_representations). [optional]
status \Swagger\Client\Model\Status [optional]
custom_properties map[string,string] The custom properties of this entity. The maximum allowed key length is 64 characters, the maximum allowed value length is 256 characters and the count of allowed entries is 10. [optional]

[Back to Model list] [Back to API list] [Back to README]