# PackageFile

PackageFile represents a package file

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Size** | **number** |  | [optional] [default to undefined]
**id** | **number** |  | [optional] [default to undefined]
**md5** | **string** |  | [optional] [default to undefined]
**name** | **string** |  | [optional] [default to undefined]
**sha1** | **string** |  | [optional] [default to undefined]
**sha256** | **string** |  | [optional] [default to undefined]
**sha512** | **string** |  | [optional] [default to undefined]

## Example

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

const instance: PackageFile = {
    Size,
    id,
    md5,
    name,
    sha1,
    sha256,
    sha512,
};
```

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