# UserManagedBranch

Represents a branch that can be managed by the user or API consumer.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**branchKey** | **string** | The encoded key of the branch, it is automatically generated. | [optional] [readonly] [default to undefined]

## Example

```typescript
import { UserManagedBranch } from './api';

const instance: UserManagedBranch = {
    branchKey,
};
```

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