ListTargetsFilterName

public enum ListTargetsFilterName : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case targetType = "TARGET_TYPE"
  • Undocumented

    Declaration

    Swift

    case targetAddress = "TARGET_ADDRESS"
  • Undocumented

    Declaration

    Swift

    case targetStatus = "TARGET_STATUS"
  • Declaration

    Swift

    public var description: String { get }