# APIEntitiesBranch

API_Entities_Branch model

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **string** |  | [optional] [default to undefined]
**commit** | [**APIEntitiesCommit**](APIEntitiesCommit.md) |  | [optional] [default to undefined]
**merged** | **boolean** |  | [optional] [default to undefined]
**_protected** | **boolean** |  | [optional] [default to undefined]
**developers_can_push** | **boolean** |  | [optional] [default to undefined]
**developers_can_merge** | **boolean** |  | [optional] [default to undefined]
**can_push** | **boolean** |  | [optional] [default to undefined]
**_default** | **boolean** |  | [optional] [default to undefined]
**web_url** | **string** |  | [optional] [default to undefined]

## Example

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

const instance: APIEntitiesBranch = {
    name,
    commit,
    merged,
    _protected,
    developers_can_push,
    developers_can_merge,
    can_push,
    _default,
    web_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)
