Files

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"
}}