AtomicField Data Type

Abstract Type
Properties
name data type description
reportedDescription string
reportedLabel string
reportedDataType string
dataType DataType
Properties inherited from AbstractField
dataType DataType
description string
displayName string
nullable boolean
name string
comment string
properties array of Property

Example

This data type is abstract. The example below may be incomplete. More accurate examples can be found in subtypes pages.
{
  "reportedDescription" : "...",
  "reportedLabel" : "...",
  "reportedDataType" : "...",
  "dataType" : "TIMESTAMP",
  "description" : "...",
  "displayName" : "...",
  "nullable" : true,
  "name" : "...",
  "comment" : "...",
  "properties" : [ {
    "name" : "...",
    "value" : { },
    "type" : "STRING"
  }, {
    "name" : "...",
    "value" : { },
    "type" : "PROPERTIES"
  } ]
}