thumbnailImage property

  1. @JsonKey(name: 'thumbnailImage')
String? thumbnailImage
getter/setter pair

A thumbnail icon path to preview seasonal content, probably 480x270.

Implementation

@JsonKey(name:'thumbnailImage')
String? thumbnailImage;