openapi-github 0.1.0

OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# ReposCreateDispatchEventRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**event_type** | **String** | A custom webhook event name. Must be 100 characters or fewer. | 
**client_payload** | Option<[**std::collections::HashMap<String, serde_json::Value>**]serde_json::Value.md> | JSON payload with extra information about the webhook event that your action or workflow may use. The maximum number of top-level properties is 10. | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)