TypeEnum
public enum TypeEnum : String
The type of the field.
-
Undocumented
Declaration
Swift
case nested = "nested" -
Undocumented
Declaration
Swift
case string = "string" -
Undocumented
Declaration
Swift
case date = "date" -
Undocumented
Declaration
Swift
case long = "long" -
Undocumented
Declaration
Swift
case integer = "integer" -
Undocumented
Declaration
Swift
case short = "short" -
Undocumented
Declaration
Swift
case byte = "byte" -
Undocumented
Declaration
Swift
case double = "double" -
Undocumented
Declaration
Swift
case float = "float" -
Undocumented
Declaration
Swift
case boolean = "boolean" -
Undocumented
Declaration
Swift
case binary = "binary"
View on GitHub
TypeEnum Enumeration Reference