thumbnails property

Map<ThumbnailResolution, Thumbnail>? thumbnails
final

A map of thumbnail images associated with the video. For each object in the map, the key is the name of the thumbnail image, and the value is an object that contains other information about the thumbnail.

Implementation

final Map<ThumbnailResolution, Thumbnail>? thumbnails;