thumbnails property

ThumbnailDetails? thumbnails
getter/setter pair

A map of thumbnail images associated with the resource that is primarily associated with the activity.

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

ThumbnailDetails? thumbnails;