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

11 lines
278 B
Swift

// Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
import Foundation
extension Operations {
/// Indicates if the user is allowed to use tuners.
public enum AllowTuners: Int, Codable, APIValue {
case disable = 0
case enable = 1
}}