OBJECT

TDOStreamManifest

link GraphQL Schema definition

1type TDOStreamManifest {
2
3segments: [JSONData!]
4
5initSegment: JSONData
6
7}