Files
plexswift/Sources/Plexswift/models/operations/IncludeDetails.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
}}