# RedbrickChallenge.ListChallengeResponse

## Properties

| Name                   | Type        | Description            | Notes      |
| ---------------------- | ----------- | ---------------------- | ---------- |
| **id**                 | **String**  | challenge Id           | [optional] |
| **ci**                 | **String**  | challenge user ci      | [optional] |
| **productTitle**       | **String**  | challenge title        | [optional] |
| **productDescription** | **String**  | challenge description  | [optional] |
| **thumbnailUrl**       | **String**  | challenge thumbnailUrl | [optional] |
| **pid**                | **String**  | challenge PID          | [optional] |
| **voteCount**          | **Number**  | challenge voteCount    | [optional] |
| **isVoted**            | **Boolean** | challenge isVoted      | [optional] |
| **createdAt**          | **String**  | Created at             | [optional] |
| **updatedAt**          | **String**  | Updated at             | [optional] |
