# RepositoryMeta

RepositoryMeta basic repository information

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**full_name** | **string** |  | [optional] [default to undefined]
**id** | **number** |  | [optional] [default to undefined]
**name** | **string** |  | [optional] [default to undefined]
**owner** | **string** |  | [optional] [default to undefined]

## Example

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

const instance: RepositoryMeta = {
    full_name,
    id,
    name,
    owner,
};
```

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