# APIEntitiesBadge

API_Entities_Badge model

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **string** |  | [optional] [default to undefined]
**link_url** | **string** |  | [optional] [default to undefined]
**image_url** | **string** |  | [optional] [default to undefined]
**rendered_link_url** | **string** |  | [optional] [default to undefined]
**rendered_image_url** | **string** |  | [optional] [default to undefined]
**id** | **string** |  | [optional] [default to undefined]
**kind** | **string** |  | [optional] [default to undefined]

## Example

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

const instance: APIEntitiesBadge = {
    name,
    link_url,
    image_url,
    rendered_link_url,
    rendered_image_url,
    id,
    kind,
};
```

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