mirror of
https://github.com/LukeHagar/plexswift.git
synced 2025-12-06 20:57:46 +00:00
12 lines
380 B
Swift
12 lines
380 B
Swift
// Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
|
|
|
|
import Foundation
|
|
|
|
extension Operations {
|
|
/// Only return hubs which are "transient", meaning those which are prone to changing after media playback or addition (e.g. On Deck, or Recently Added).
|
|
public enum OnlyTransient: Int, Codable, APIValue {
|
|
case zero = 0
|
|
case one = 1
|
|
}
|
|
}
|