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

11 lines
274 B
Swift

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