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

11 lines
322 B
Swift

// Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
import Foundation
extension Operations {
/// Whether to include collections in the search results.
public enum GetSearchAllLibrariesQueryParamIncludeCollections: Int, Codable, APIValue {
case disable = 0
case enable = 1
}}