mirror of
https://github.com/LukeHagar/plexswift.git
synced 2025-12-06 04:20:52 +00:00
11 lines
373 B
Swift
11 lines
373 B
Swift
// Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
|
|
import Foundation
|
|
|
|
extension Operations {
|
|
/// Indicate that you want the update to run during the next Butler execution. Omitting this or setting it to false indicates that the update should install
|
|
public enum Tonight: Int, Codable, APIValue {
|
|
case zero = 0
|
|
case one = 1
|
|
}}
|