Field Type
data class FieldType(val name: String, val fullName: String, val normalizedName: String, val commonType: CommonFieldType?, val listIndex: Int? = null) : Parcelable
Generic Document Type.
Constructors
Link copied to clipboard
constructor(name: String, fullName: String, normalizedName: String, commonType: CommonFieldType?, listIndex: Int? = null)
Properties
Link copied to clipboard
Commonly occurring fields that have the same semantic meaning in different document types will often have a set common type.
Link copied to clipboard
Normalized global field type name. Fields in document types derived from the same base document type in the schema will have the same normalized name.