# TopicResponse

TopicResponse for returning topics

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**created** | **string** |  | [optional] [default to undefined]
**id** | **number** |  | [optional] [default to undefined]
**repo_count** | **number** |  | [optional] [default to undefined]
**topic_name** | **string** |  | [optional] [default to undefined]
**updated** | **string** |  | [optional] [default to undefined]

## Example

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

const instance: TopicResponse = {
    created,
    id,
    repo_count,
    topic_name,
    updated,
};
```

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