DeploymentOption

public enum DeploymentOption : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case withTrafficControl = "WITH_TRAFFIC_CONTROL"
  • Undocumented

    Declaration

    Swift

    case withoutTrafficControl = "WITHOUT_TRAFFIC_CONTROL"
  • Declaration

    Swift

    public var description: String { get }