Values.ThumbnailSourceDetails of a single thumbnail
type nonrec t = {body : string option;The binary data for the latest thumbnail.
*)contentType : string option;The content type for the latest thumbnail.
*)thumbnailType : ThumbnailType.t option;Thumbnail Type
*)timeStamp : string option;Time stamp for the latest thumbnail.
*)}