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

11 lines
282 B
Swift

// Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
import Foundation
extension Operations {
/// Indicates if the user has access to all libraries.
public enum AllLibraries: Int, Codable, APIValue {
case disable = 0
case enable = 1
}}