Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.09 KB

File metadata and controls

18 lines (13 loc) · 1.09 KB

WebhookRepositoryDispatchSample

Properties

Name Type Description Notes
action String The event_type that was specified in the POST /repos/{owner}/{repo}/dispatches request body.
branch String
client_payload Option<std::collections::HashMap<String, serde_json::Value>> The client_payload that was specified in the POST /repos/{owner}/{repo}/dispatches request body.
enterprise Option<models::EnterpriseWebhooks> [optional]
installation models::SimpleInstallation
organization Option<models::OrganizationSimpleWebhooks> [optional]
repository models::RepositoryWebhooks
sender models::SimpleUser

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