NotModel

struct NotModel : Schema

$not model as stated in open api document

  • name of model

    Declaration

    Swift

    var name: String
  • type which this model can not be a type of

    Declaration

    Swift

    var notOfType: String
  • comment for this model

    Declaration

    Swift

    var detail: String?
  • Declaration

    Swift

    var description: String { get }