PropertiesSearchMode
public enum PropertiesSearchMode : CustomStringConvertible, JSONRepresentable
The PropertiesSearchMode union
-
Search for a value associated with this field name.
Declaration
Swift
case fieldName(String)
-
An unspecified error.
Declaration
Swift
case other
-
Declaration
Swift
public var description: String { get }