# Reference


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**object** | [**GitObject**](GitObject.md) |  | [optional] [default to undefined]
**ref** | **string** |  | [optional] [default to undefined]
**url** | **string** |  | [optional] [default to undefined]

## Example

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

const instance: Reference = {
    object,
    ref,
    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)
