CloudSite
public enum CloudSite : String, Sendable, Decodable
Represents the possible sites.
-
Represents the US cloud site. This is the default value. Projects available at go.airship.com must use this value.
Declaration
Swift
case us
-
Represents the EU cloud site. Projects available at go.airship.eu must use this value.
Declaration
Swift
case eu
-
Declaration
Swift
public init(from decoder: any Decoder) throws