# PublicKey

PublicKey publickey is a user key to push code to repository

## 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_type** | **string** |  | [optional] [default to undefined]
**read_only** | **boolean** |  | [optional] [default to undefined]
**title** | **string** |  | [optional] [default to undefined]
**url** | **string** |  | [optional] [default to undefined]
**user** | [**User**](User.md) |  | [optional] [default to undefined]

## Example

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

const instance: PublicKey = {
    created_at,
    fingerprint,
    id,
    key,
    key_type,
    read_only,
    title,
    url,
    user,
};
```

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