Enum BasicDataType

BasicDataType

An enum that represents the basic generic data types.

Properties

PropertyTypeDescription
BASIC_TYPE_UNSPECIFIEDEnumDefault value. Don't use.
STRINGEnumA string of characters.
INTEGEREnumAn integer value.
FLOATEnumA floating point number.
TIMESTAMPEnumA timestamp in ISO 8601 format.
BOOLEANEnumA boolean value.
EMAIL_ADDRESSEnumA string in the format of an email address.
GOOGLE_USEREnumA user of the Google services, in the format of “users/encoded_GAIA_ID”
FILEEnumA file type.
FORMATTED_TEXTEnumA text with rich formatting.