# DeployKey

DeployKey a deploy key

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**created_at** | **string** |  | [optional] [default to undefined]
**fingerprint** | **string** |  | [optional] [default to undefined]
**id** | **number** |  | [optional] [default to undefined]
**key** | **string** |  | [optional] [default to undefined]
**key_id** | **number** |  | [optional] [default to undefined]
**read_only** | **boolean** |  | [optional] [default to undefined]
**repository** | [**Repository**](Repository.md) |  | [optional] [default to undefined]
**title** | **string** |  | [optional] [default to undefined]
**url** | **string** |  | [optional] [default to undefined]

## Example

```typescript
import { DeployKey } from 'berg';

const instance: DeployKey = {
    created_at,
    fingerprint,
    id,
    key,
    key_id,
    read_only,
    repository,
    title,
    url,
};
```

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