Files
plexswift/Sources/Plexswift/models/operations/Download.swift
2024-04-11 11:10:38 -05:00

12 lines
285 B
Swift

// Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
import Foundation
extension Operations {
/// Indicate that you want to start download any updates found.
public enum Download: Int, Codable, APIValue {
case zero = 0
case one = 1
}
}