mirror of
https://github.com/LukeHagar/plexswift.git
synced 2025-12-06 12:47:44 +00:00
13 lines
430 B
Swift
13 lines
430 B
Swift
// Code generated by Speakeasy (https://speakeasy.com). 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
|
|
}}
|