mirror of
https://github.com/LukeHagar/plexswift.git
synced 2025-12-06 20:57:46 +00:00
11 lines
295 B
Swift
11 lines
295 B
Swift
// Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
|
|
import Foundation
|
|
|
|
extension Operations {
|
|
/// The protocol used for the connection (http, https, etc)
|
|
public enum `Protocol`: String, Codable, APIValue {
|
|
case http = "http"
|
|
case https = "https"
|
|
}}
|