typeId property

String? typeId
getter/setter pair

You can use type id if this definition of the field needs to be reused later.

The type id must be unique across the entire template. You can only specify it if the field type is record.

Optional.

Implementation

core.String? typeId;