cberg
Version:
Node.js Client for the Codeberg API
30 lines (22 loc) • 915 B
Markdown
# PayloadCommitVerification
PayloadCommitVerification represents the GPG verification of a commit
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**payload** | **string** | | [optional] [default to undefined]
**reason** | **string** | | [optional] [default to undefined]
**signature** | **string** | | [optional] [default to undefined]
**signer** | [**PayloadUser**](PayloadUser.md) | | [optional] [default to undefined]
**verified** | **boolean** | | [optional] [default to undefined]
## Example
```typescript
import { PayloadCommitVerification } from 'berg';
const instance: PayloadCommitVerification = {
payload,
reason,
signature,
signer,
verified,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)