Include
public enum Include : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case all = "ALL"
-
Undocumented
Declaration
Swift
case any = "ANY"
-
Undocumented
Declaration
Swift
case none = "NONE"
-
Declaration
Swift
public var description: String { get }