OfModel

class OfModel : ObjectModel

$anyOf or $oneOf models as stated in open api document

  • Undocumented

    Declaration

    Swift

    override var description: String { get }
  • list of objects which are part of $of model

    Declaration

    Swift

    var inheritedObjects: [String]
  • combination objects (combines model types for $anyOf operator)

    Declaration

    Swift

    var combinedObjects: [String] { get }
  • anyOf or oneOf type

    Declaration

    Swift

    var typeOf: TypeOf
  • type of $of

    See more

    Declaration

    Swift

    enum TypeOf : String
  • Undocumented

    Declaration

    Swift

    init(name: String, detail: String? = nil, typeOf: OfModel.TypeOf, inheritedObjects: [String])