mirror of
https://github.com/LukeHagar/plexswift.git
synced 2025-12-06 20:57:46 +00:00
10 lines
257 B
Swift
10 lines
257 B
Swift
// Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
|
|
import Foundation
|
|
|
|
extension Operations {
|
|
/// `all` - This is the only supported `scope` parameter.
|
|
public enum Scope: String, Codable, APIValue {
|
|
case all = "all"
|
|
}}
|