// Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. import Foundation extension Operations { /// Indicates if the part has a thumbnail. public enum GetMediaMetaDataHasThumbnail: String, Codable, APIValue { case `false` = "0" case `true` = "1" }}