Include

public enum Include : String, CustomStringConvertible, Codable

Undocumented

  • all

    Undocumented

    Declaration

    Swift

    case all = "ALL"
  • any

    Undocumented

    Declaration

    Swift

    case any = "ANY"
  • Undocumented

    Declaration

    Swift

    case none = "NONE"
  • Declaration

    Swift

    public var description: String { get }