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
# SecretScanningLocationCommit

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**path** | **String** | The file path in the repository | 
**start_line** | **f64** | Line number at which the secret starts in the file | 
**end_line** | **f64** | Line number at which the secret ends in the file | 
**start_column** | **f64** | The column at which the secret starts within the start line when the file is interpreted as 8BIT ASCII | 
**end_column** | **f64** | The column at which the secret ends within the end line when the file is interpreted as 8BIT ASCII | 
**blob_sha** | **String** | SHA-1 hash ID of the associated blob | 
**blob_url** | **String** | The API URL to get the associated blob resource | 
**commit_sha** | **String** | SHA-1 hash ID of the associated commit | 
**commit_url** | **String** | The API URL to get the associated commit resource | 

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