# PutApiV4ProjectsIdRepositoryBranchesBranchProtectRequest


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**developers_can_push** | **boolean** | Flag if developers can push to that branch | [optional] [default to undefined]
**developers_can_merge** | **boolean** | Flag if developers can merge to that branch | [optional] [default to undefined]

## Example

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

const instance: PutApiV4ProjectsIdRepositoryBranchesBranchProtectRequest = {
    developers_can_push,
    developers_can_merge,
};
```

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