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

12 lines
278 B
Swift

// Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
import Foundation
extension Operations {
/// type of playlists to return (default is all).
public enum QueryParamSmart: Int, Codable, APIValue {
case zero = 0
case one = 1
}
}