document property
The new state of the google.firestore.v1.Document
.
If mask
is set, contains only fields that were updated or added.
Implementation
@$pb.TagNumber(1)
$0.Document get document => $_getN(0);
Implementation
@$pb.TagNumber(1)
set document($0.Document v) {
setField(1, v);
}