document property

  1. @TagNumber(1)
Document document

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);
  1. @TagNumber(1)
void document=(Document v)

Implementation

@$pb.TagNumber(1)
set document($0.Document v) {
  setField(1, v);
}