fieldPath property
The path of the field. See
google.firestore.v1.Document.fields
for the field path
syntax reference.
Implementation
@$pb.TagNumber(1)
$core.String get fieldPath => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set fieldPath($core.String v) {
$_setString(0, v);
}