Files
plexswift/Sources/Plexswift/models/operations/GetAllMediaLibraryHasThumbnail.swift

11 lines
295 B
Swift

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