# GitBlob

GitBlob represents a git blob

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**content** | **string** |  | [optional] [default to undefined]
**encoding** | **string** |  | [optional] [default to undefined]
**sha** | **string** |  | [optional] [default to undefined]
**size** | **number** |  | [optional] [default to undefined]
**url** | **string** |  | [optional] [default to undefined]

## Example

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

const instance: GitBlob = {
    content,
    encoding,
    sha,
    size,
    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)
