OperationTargetType

public enum OperationTargetType : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case namespace = "NAMESPACE"
  • Undocumented

    Declaration

    Swift

    case service = "SERVICE"
  • Undocumented

    Declaration

    Swift

    case instance = "INSTANCE"
  • Declaration

    Swift

    public var description: String { get }