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

11 lines
316 B
Swift

// Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
import Foundation
extension Operations {
/// Whether or not media watched indicators are enabled (little orange dot on media)
public enum WatchedIndicator: Int, Codable, APIValue {
case disable = 0
case enable = 1
}}