mirror of
https://github.com/LukeHagar/plexswift.git
synced 2025-12-06 20:57:46 +00:00
14 lines
434 B
Swift
14 lines
434 B
Swift
// Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
|
|
|
|
import Foundation
|
|
|
|
extension Operations {
|
|
/// Whether or not to include details for a section (types, filters, and sorts).
|
|
/// Only exists for backwards compatibility, media providers other than the server libraries have it on always.
|
|
///
|
|
public enum IncludeDetails: Int, Codable, APIValue {
|
|
case zero = 0
|
|
case one = 1
|
|
}
|
|
}
|