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
13
14
15
# MergeGroup

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**head_sha** | **String** | The SHA of the merge group. | 
**head_ref** | **String** | The full ref of the merge group. | 
**base_sha** | **String** | The SHA of the merge group's parent commit. | 
**base_ref** | **String** | The full ref of the branch the merge group will be merged into. | 
**head_commit** | [**models::SimpleCommit**]simple-commit.md |  | 

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