Optional
fieldsOptional
foreignIf isForeignKey is True
, foreignKeyDomain is the type of object, such as Account or Opportunity.
True
if the field is a foreign key. That means this field is
the primary key in a different database table.
True
if this value type field is a fullName field, otherwise False
.
1 if this field is required, 0 otherwise.
The name of this value type field. The name is null for parent fields.
The data type of the field, such as boolean or double.
Required. Indicates whether this value type field must have a value (true
) or can be null (false
).
The ValueTypeField object for the next field, if any.