Files
plexswift/Sources/Plexswift/models/operations/Scope.swift

11 lines
261 B
Swift

// Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
import Foundation
extension Operations {
/// `all` - This is the only supported `scope` parameter.
public enum Scope: String, Codable, APIValue {
case all = "all"
}
}