Field
public struct Field : Codable, Equatable
Object that contains field details.
-
The type of the field.
See moreDeclaration
Swift
public enum TypeEnum : String
-
The name of the field.
Declaration
Swift
public var field: String?
-
The type of the field.
Declaration
Swift
public var type: String?
-
The collection Id of the collection where the field was found.
Declaration
Swift
public var collectionID: String?