# Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT. # typed: true # frozen_string_literal: true module OpenApiSDK module ServerVariables # ServerProtocol - The protocol to use when connecting to your plex server. class ServerProtocol < T::Enum enums do HTTP = new('http') HTTPS = new('https') end end end end