# TagProtection

TagProtection represents a tag protection

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**created_at** | **string** |  | [optional] [default to undefined]
**id** | **number** |  | [optional] [default to undefined]
**name_pattern** | **string** |  | [optional] [default to undefined]
**updated_at** | **string** |  | [optional] [default to undefined]
**whitelist_teams** | **Array&lt;string&gt;** |  | [optional] [default to undefined]
**whitelist_usernames** | **Array&lt;string&gt;** |  | [optional] [default to undefined]

## Example

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

const instance: TagProtection = {
    created_at,
    id,
    name_pattern,
    updated_at,
    whitelist_teams,
    whitelist_usernames,
};
```

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