mirror of
https://github.com/LukeHagar/plexswift.git
synced 2025-12-06 04:20:52 +00:00
13 lines
279 B
Swift
13 lines
279 B
Swift
// Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
|
|
|
|
import Foundation
|
|
|
|
extension Operations {
|
|
/// include collections in the results
|
|
///
|
|
public enum IncludeCollections: Int, Codable, APIValue {
|
|
case one = 1
|
|
case zero = 0
|
|
}
|
|
}
|