primary property

bool? primary
getter/setter pair

True if the field is the primary field for all sources in the person.

Each person will have at most one field with primary set to true.

Output only.

Implementation

core.bool? primary;