ENUM

RecommendationFeedbackType

Feedback target type.

link GraphQL Schema definition

1enum RecommendationFeedbackType {
2
3# Only returned when there is an issue. Shouldn't be returned, should not be used
4# for fetching.
5UNSPECIFIED
6
7# Feedback given about channels.
8CHANNEL
9
10# Feedback given about a game / category.
11CATEGORY
12
13# Feedback given about a shelf.
14SHELF
15
16# Feedback given about a video.
17VOD
18}