snapshotDescription property

  1. @TagNumber(1)
SnapshotDescription get snapshotDescription

Implementation

@$pb.TagNumber(1)
SnapshotDescription get snapshotDescription => $_getN(0);
  1. @TagNumber(1)
set snapshotDescription (SnapshotDescription v)

Implementation

@$pb.TagNumber(1)
set snapshotDescription(SnapshotDescription v) {
  $_setField(1, v);
}