GameServerProtectionPolicy
public enum GameServerProtectionPolicy : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case noProtection = "NO_PROTECTION"
-
Undocumented
Declaration
Swift
case fullProtection = "FULL_PROTECTION"
-
Declaration
Swift
public var description: String { get }