# PostApiV4GroupsIdBadgesRequest


## Properties

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

## Example

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

const instance: PostApiV4GroupsIdBadgesRequest = {
    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)
