| Name | Type | Description | Notes |
|---|---|---|---|
| Id | string | Feed item ID | |
| Name | string | Feed item name | |
| QuestId | string | Quest ID | |
| Priority | int | Feed item priority | |
| GemsEarnable | int | Amount of gems earnable when user completes the quest | |
| Bypass | bool | If the quest is bypassed, the user will not be able to see it on the feed | [optional] |
| DayZero | bool | If the quest is a day0 quest | [optional] |
| GameId | Guid | Game ID | [optional] |
| GameName | string | Game name | [optional] |
| QuestCompletedPopupText | string | Text to display when the quest is completed in an onboarding experience | [optional] |
| Tags | List<string> | The tags for the feed item | [optional] |
| ControlTags | List<string> | Some specific tags for controlling feed items | [optional] |
| Categories | List<string> | The categories for the feed item | [optional] |
| OnboardingExperience | string | The onboarding experience for the feed item | [optional] |
| Type | string | Feed item type | |
| Label | string | The label for the CTA button | |
| Description | string | The description for the CTA button | |
| Url | string | The URL for the CTA button | |
| Image | string | The image for the CTA background | |
| RedirectUrl | string | The URL to redirect to when the user completes the sign in quest | |
| Background | string | The background for the sign in quest |