viewerRating property
The rating the viewer has given to this comment.
For the time being this will never return RATE_TYPE_DISLIKE and instead return RATE_TYPE_NONE. This may change in the future. Possible string values are:
- "none"
- "like" : The entity is liked.
- "dislike" : The entity is disliked.
Implementation
core.String? viewerRating;