fieldPath property

String? fieldPath
getter/setter pair

Path to the field being referenced, prefixed with "object" or "class" and separated with dots.

For example, it may be the string "object.purchaseDetails.purchasePrice".

Implementation

core.String? fieldPath;