OBJECT

VideoSuggestedSegment

Information for one suggested video segment.

link GraphQL Schema definition

1type VideoSuggestedSegment {
2
3# Ending time of the suggested segment in milliseconds.
4endMS: Int!
5
6# Starting time of the suggested segment in milliseconds.
7startMS: Int!
8
9}