# PutApiV4GroupsIdBadgesBadgeIdRequest


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**link_url** | **string** | URL of the badge link | [optional] [default to undefined]
**image_url** | **string** | URL of the badge image | [optional] [default to undefined]
**name** | **string** | Name for the badge | [optional] [default to undefined]

## Example

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

const instance: PutApiV4GroupsIdBadgesBadgeIdRequest = {
    link_url,
    image_url,
    name,
};
```

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